diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
commit | 1e03add675c58c17d96f51cafa008066d4220a09 (patch) | |
tree | 707976ee4be91a365342b34d8069e6c9e0f089bf /util-linux/freeramdisk.c | |
parent | 5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c (diff) | |
download | busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.gz busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.bz2 busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.zip |
a few minor cleanups.
-Erik
Diffstat (limited to 'util-linux/freeramdisk.c')
-rw-r--r-- | util-linux/freeramdisk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index fdac5ea46..a6fa2431f 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | #include <string.h> | 25 | #include <string.h> |
26 | #include <linux/fs.h> | ||
27 | #include <sys/types.h> | 26 | #include <sys/types.h> |
28 | #include <sys/stat.h> | 27 | #include <sys/stat.h> |
29 | #include <fcntl.h> | 28 | #include <fcntl.h> |
@@ -32,6 +31,9 @@ | |||
32 | #include "internal.h" | 31 | #include "internal.h" |
33 | 32 | ||
34 | 33 | ||
34 | /* From linux/fs.h */ | ||
35 | #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ | ||
36 | |||
35 | 37 | ||
36 | static const char freeramdisk_usage[] = | 38 | static const char freeramdisk_usage[] = |
37 | "freeramdisk DEVICE\n" | 39 | "freeramdisk DEVICE\n" |