diff options
Diffstat (limited to 'miscutils/update.c')
-rw-r--r-- | miscutils/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/update.c b/miscutils/update.c index 2cf4a98b2..b282b9e18 100644 --- a/miscutils/update.c +++ b/miscutils/update.c | |||
@@ -28,7 +28,6 @@ | |||
28 | * earlier) kernel. 2.2.x and higher flush filesystem buffers automatically. | 28 | * earlier) kernel. 2.2.x and higher flush filesystem buffers automatically. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "busybox.h" | ||
32 | #include <sys/param.h> | 31 | #include <sys/param.h> |
33 | #include <sys/syslog.h> | 32 | #include <sys/syslog.h> |
34 | #include <unistd.h> /* for getopt() */ | 33 | #include <unistd.h> /* for getopt() */ |
@@ -42,6 +41,7 @@ | |||
42 | #include <linux/unistd.h> | 41 | #include <linux/unistd.h> |
43 | static _syscall2(int, bdflush, int, func, int, data); | 42 | static _syscall2(int, bdflush, int, func, int, data); |
44 | #endif /* __GLIBC__ */ | 43 | #endif /* __GLIBC__ */ |
44 | #include "busybox.h" | ||
45 | 45 | ||
46 | static unsigned int sync_duration = 30; | 46 | static unsigned int sync_duration = 30; |
47 | static unsigned int flush_duration = 5; | 47 | static unsigned int flush_duration = 5; |