diff options
author | Eric Andersen | 2000-06-28 20:11:28 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-28 20:11:28 +0000 |
commit | a44790f53919f0d129c78b8a288e5f5cac331c66 (patch) | |
tree | 8baa3cf3a7a6f6f6f6323403b24d772d9fb96c3a /init | |
parent | a2db097d662e5d739b5a0748208dc76055260061 (diff) | |
download | busybox-a44790f53919f0d129c78b8a288e5f5cac331c66.zip busybox-a44790f53919f0d129c78b8a288e5f5cac331c66.tar.gz |
Better cross libc support.
-Erik
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 9289b86..2c27513 100644 --- a/init/init.c +++ b/init/init.c @@ -45,7 +45,6 @@ #include <sys/fcntl.h> #include <sys/ioctl.h> #include <sys/mount.h> -//#include <sys/sysmacros.h> #include <sys/types.h> #include <sys/vt.h> /* for vt_stat */ #include <sys/wait.h> |