aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-10 17:59:11 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-10 17:59:11 +0000
commit1d6765bf86d1a0fe9d73577f6004d4163b83508c (patch)
tree4871d5fdfd0c601396ef4651c3d1458bedb5a854 /util-linux
parent93a8e14d2287c060e06ae8799a24f2b445417488 (diff)
downloadbusybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.gz
busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.bz2
busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.zip
Some #include updates.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@946 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/freeramdisk.c1
-rw-r--r--util-linux/fsck_minix.c1
-rw-r--r--util-linux/mkfs_minix.c1
-rw-r--r--util-linux/mkswap.c1
-rw-r--r--util-linux/nfsmount.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c
index 2da2427c1..64915b313 100644
--- a/util-linux/freeramdisk.c
+++ b/util-linux/freeramdisk.c
@@ -24,7 +24,6 @@
24#include <stdio.h> 24#include <stdio.h>
25#include <string.h> 25#include <string.h>
26#include <sys/types.h> 26#include <sys/types.h>
27#include <sys/stat.h>
28#include <fcntl.h> 27#include <fcntl.h>
29#include <sys/ioctl.h> 28#include <sys/ioctl.h>
30#include <errno.h> 29#include <errno.h>
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index f980fe9ea..bc92f20b7 100644
--- a/util-linux/fsck_minix.c
+++ b/util-linux/fsck_minix.c
@@ -96,7 +96,6 @@
96#include <stdlib.h> 96#include <stdlib.h>
97#include <termios.h> 97#include <termios.h>
98#include <mntent.h> 98#include <mntent.h>
99#include <sys/stat.h>
100#include <sys/param.h> 99#include <sys/param.h>
101 100
102 101
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index 240dfded0..1bbccd978 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -72,7 +72,6 @@
72#include <ctype.h> 72#include <ctype.h>
73#include <stdlib.h> 73#include <stdlib.h>
74#include <termios.h> 74#include <termios.h>
75#include <sys/stat.h>
76#include <sys/ioctl.h> 75#include <sys/ioctl.h>
77#include <sys/param.h> 76#include <sys/param.h>
78#include <mntent.h> 77#include <mntent.h>
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index eacd8816c..70028dc2e 100644
--- a/util-linux/mkswap.c
+++ b/util-linux/mkswap.c
@@ -43,7 +43,6 @@
43#include <stdlib.h> 43#include <stdlib.h>
44#include <sys/ioctl.h> /* for _IO */ 44#include <sys/ioctl.h> /* for _IO */
45#include <sys/utsname.h> 45#include <sys/utsname.h>
46#include <sys/stat.h>
47#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */ 46#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */
48 /* we also get PAGE_SIZE via getpagesize() */ 47 /* we also get PAGE_SIZE via getpagesize() */
49 48
diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c
index 5c29b5f6b..628772b1b 100644
--- a/util-linux/nfsmount.c
+++ b/util-linux/nfsmount.c
@@ -47,7 +47,6 @@
47#include <sys/socket.h> 47#include <sys/socket.h>
48#include <sys/time.h> 48#include <sys/time.h>
49#include <sys/utsname.h> 49#include <sys/utsname.h>
50#include <sys/stat.h>
51#include <netinet/in.h> 50#include <netinet/in.h>
52#include <arpa/inet.h> 51#include <arpa/inet.h>
53 52