From 703c62da63aa31d665a8215f373b26e4b54f1bf4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 18 Oct 1999 21:31:00 +0000 Subject: More stuff --- miscutils/update.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'miscutils') diff --git a/miscutils/update.c b/miscutils/update.c index f3b7fc0..3a8cd37 100644 --- a/miscutils/update.c +++ b/miscutils/update.c @@ -1,10 +1,6 @@ #include "internal.h" #include -const char update_usage[] = "update\n" -"\n" -"\tFlush buffered data to the disk devices every 30 seconds.\n"; - #if defined(__GLIBC__) #include #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. -- cgit v1.1