diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-28 20:11:28 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-28 20:11:28 +0000 |
commit | e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f (patch) | |
tree | 8baa3cf3a7a6f6f6f6323403b24d772d9fb96c3a /init | |
parent | f597d203ac3164783377233517a02ac7d8e99e45 (diff) | |
download | busybox-w32-e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f.tar.gz busybox-w32-e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f.tar.bz2 busybox-w32-e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f.zip |
Better cross libc support.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@718 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 9289b86a6..2c2751391 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -45,7 +45,6 @@ | |||
45 | #include <sys/fcntl.h> | 45 | #include <sys/fcntl.h> |
46 | #include <sys/ioctl.h> | 46 | #include <sys/ioctl.h> |
47 | #include <sys/mount.h> | 47 | #include <sys/mount.h> |
48 | //#include <sys/sysmacros.h> | ||
49 | #include <sys/types.h> | 48 | #include <sys/types.h> |
50 | #include <sys/vt.h> /* for vt_stat */ | 49 | #include <sys/vt.h> /* for vt_stat */ |
51 | #include <sys/wait.h> | 50 | #include <sys/wait.h> |