diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-18 21:31:00 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-18 21:31:00 +0000 |
| commit | b45ce89974024bd2dbb2f0d5ec0a8d42cc79d030 (patch) | |
| tree | 44f14eeafa69317a3a053760492ca5f8bf80645e /miscutils | |
| parent | 1e03a3215a59734b26ac16154e611c19b8ae7478 (diff) | |
| download | busybox-w32-b45ce89974024bd2dbb2f0d5ec0a8d42cc79d030.tar.gz busybox-w32-b45ce89974024bd2dbb2f0d5ec0a8d42cc79d030.tar.bz2 busybox-w32-b45ce89974024bd2dbb2f0d5ec0a8d42cc79d030.zip | |
More stuff
git-svn-id: svn://busybox.net/trunk/busybox@33 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/update.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/miscutils/update.c b/miscutils/update.c index f3b7fc0c8..3a8cd37ee 100644 --- a/miscutils/update.c +++ b/miscutils/update.c | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | #include "internal.h" | 1 | #include "internal.h" |
| 2 | #include <linux/unistd.h> | 2 | #include <linux/unistd.h> |
| 3 | 3 | ||
| 4 | const char update_usage[] = "update\n" | ||
| 5 | "\n" | ||
| 6 | "\tFlush buffered data to the disk devices every 30 seconds.\n"; | ||
| 7 | |||
| 8 | #if defined(__GLIBC__) | 4 | #if defined(__GLIBC__) |
| 9 | #include <sys/kdaemon.h> | 5 | #include <sys/kdaemon.h> |
| 10 | #else | 6 | #else |
| @@ -12,7 +8,7 @@ _syscall2(int, bdflush, int, func, int, data); | |||
| 12 | #endif /* __GLIBC__ */ | 8 | #endif /* __GLIBC__ */ |
| 13 | 9 | ||
| 14 | extern int | 10 | extern int |
| 15 | update_main(struct FileInfo * i, int argc, char * * argv) | 11 | update_main(int argc, char** argv) |
| 16 | { | 12 | { |
| 17 | /* | 13 | /* |
| 18 | * Update is actually two daemons, bdflush and update. | 14 | * Update is actually two daemons, bdflush and update. |
