More stuff
[oweals/busybox.git] / update.c
index f3b7fc0c89e496f62aac2c94ffa7d7df71815d69..3a8cd37ee638b02c42b007eab1341b54837487e3 100644 (file)
--- 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.