aboutsummaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-18 21:31:00 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-18 21:31:00 +0000
commit703c62da63aa31d665a8215f373b26e4b54f1bf4 (patch)
tree44f14eeafa69317a3a053760492ca5f8bf80645e /update.c
parent8759006b55c617811a207cc4e99792996c8b97fb (diff)
downloadbusybox-703c62da63aa31d665a8215f373b26e4b54f1bf4.tar.gz
More stuff
Diffstat (limited to 'update.c')
-rw-r--r--update.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/update.c b/update.c
index f3b7fc0c8..3a8cd37ee 100644
--- a/update.c
+++ b/update.c
@@ -1,10 +1,6 @@
#include "internal.h"
#include <linux/unistd.h>
-const char update_usage[] = "update\n"
-"\n"
-"\tFlush buffered data to the disk devices every 30 seconds.\n";
-
#if defined(__GLIBC__)
#include <sys/kdaemon.h>
#else
@@ -12,7 +8,7 @@ _syscall2(int, bdflush, int, func, int, data);
#endif /* __GLIBC__ */
extern int
-update_main(struct FileInfo * i, int argc, char * * argv)
+update_main(int argc, char** argv)
{
/*
* Update is actually two daemons, bdflush and update.