Some #include updates.
authorEric Andersen <andersen@codepoet.org>
Thu, 10 Aug 2000 17:59:11 +0000 (17:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 10 Aug 2000 17:59:11 +0000 (17:59 -0000)
 -Erik

53 files changed:
applets/busybox.c
archival/gunzip.c
archival/gzip.c
busybox.c
console-tools/dumpkmap.c
console-tools/loadacm.c
console-tools/loadfont.c
coreutils/date.c
coreutils/df.c
coreutils/ls.c
coreutils/mkfifo.c
coreutils/mknod.c
coreutils/printf.c
coreutils/tail.c
coreutils/test.c
coreutils/touch.c
date.c
df.c
dumpkmap.c
dutmp.c
findutils/which.c
freeramdisk.c
fsck_minix.c
gunzip.c
gzip.c
kill.c
loadacm.c
loadfont.c
logger.c
ls.c
makedevs.c
miscutils/dutmp.c
miscutils/makedevs.c
mkfifo.c
mkfs_minix.c
mknod.c
mkswap.c
nfsmount.c
printf.c
procps/kill.c
sysklogd/logger.c
sysklogd/syslogd.c
syslogd.c
tail.c
test.c
touch.c
util-linux/freeramdisk.c
util-linux/fsck_minix.c
util-linux/mkfs_minix.c
util-linux/mkswap.c
util-linux/nfsmount.c
utility.c
which.c

index 1ed44ed..2a05e15 100644 (file)
@@ -32,7 +32,7 @@ const struct BB_applet applets[] = {
        {"chown", chmod_chown_chgrp_main, _BB_DIR_BIN, chown_usage},
 #endif
 #ifdef BB_CHROOT
-       {"chroot", chroot_main, _BB_DIR_SBIN, chroot_usage},
+       {"chroot", chroot_main, _BB_DIR_USR_SBIN, chroot_usage},
 #endif
 #ifdef BB_CLEAR
        {"clear", clear_main, _BB_DIR_USR_BIN, clear_usage},
@@ -65,7 +65,7 @@ const struct BB_applet applets[] = {
        {"dmesg", dmesg_main, _BB_DIR_BIN, dmesg_usage},
 #endif
 #ifdef BB_DU
-       {"du", du_main, _BB_DIR_BIN, du_usage},
+       {"du", du_main, _BB_DIR_USR_BIN, du_usage},
 #endif
 #ifdef BB_DUMPKMAP
        {"dumpkmap", dumpkmap_main, _BB_DIR_BIN, dumpkmap_usage},
@@ -251,7 +251,7 @@ const struct BB_applet applets[] = {
        {"sleep", sleep_main, _BB_DIR_BIN, sleep_usage},
 #endif
 #ifdef BB_SORT
-       {"sort", sort_main, _BB_DIR_BIN, sort_usage},
+       {"sort", sort_main, _BB_DIR_USR_BIN, sort_usage},
 #endif
 #ifdef BB_SYNC
        {"sync", sync_main, _BB_DIR_BIN, sync_usage},
@@ -278,7 +278,7 @@ const struct BB_applet applets[] = {
        {"test", test_main, _BB_DIR_USR_BIN, test_usage},
 #endif
 #ifdef BB_TEE
-       {"tee", tee_main, _BB_DIR_BIN, tee_usage},
+       {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
 #endif
 #ifdef BB_TOUCH
        {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
index 330dee3..20af97a 100644 (file)
@@ -94,7 +94,6 @@ static char *license_msg[] = {
 #include <ctype.h>
 #include <sys/types.h>
 #include <signal.h>
-#include <sys/stat.h>
 #include <errno.h>
 
 /* #include "tailor.h" */
index 19ad1a7..591b8cc 100644 (file)
@@ -1609,7 +1609,6 @@ ulg deflate()
 #include <ctype.h>
 #include <sys/types.h>
 #include <signal.h>
-#include <sys/stat.h>
 #include <errno.h>
 
                /* configuration */
index 1ed44ed..2a05e15 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -32,7 +32,7 @@ const struct BB_applet applets[] = {
        {"chown", chmod_chown_chgrp_main, _BB_DIR_BIN, chown_usage},
 #endif
 #ifdef BB_CHROOT
-       {"chroot", chroot_main, _BB_DIR_SBIN, chroot_usage},
+       {"chroot", chroot_main, _BB_DIR_USR_SBIN, chroot_usage},
 #endif
 #ifdef BB_CLEAR
        {"clear", clear_main, _BB_DIR_USR_BIN, clear_usage},
@@ -65,7 +65,7 @@ const struct BB_applet applets[] = {
        {"dmesg", dmesg_main, _BB_DIR_BIN, dmesg_usage},
 #endif
 #ifdef BB_DU
-       {"du", du_main, _BB_DIR_BIN, du_usage},
+       {"du", du_main, _BB_DIR_USR_BIN, du_usage},
 #endif
 #ifdef BB_DUMPKMAP
        {"dumpkmap", dumpkmap_main, _BB_DIR_BIN, dumpkmap_usage},
@@ -251,7 +251,7 @@ const struct BB_applet applets[] = {
        {"sleep", sleep_main, _BB_DIR_BIN, sleep_usage},
 #endif
 #ifdef BB_SORT
-       {"sort", sort_main, _BB_DIR_BIN, sort_usage},
+       {"sort", sort_main, _BB_DIR_USR_BIN, sort_usage},
 #endif
 #ifdef BB_SYNC
        {"sync", sync_main, _BB_DIR_BIN, sync_usage},
@@ -278,7 +278,7 @@ const struct BB_applet applets[] = {
        {"test", test_main, _BB_DIR_USR_BIN, test_usage},
 #endif
 #ifdef BB_TEE
-       {"tee", tee_main, _BB_DIR_BIN, tee_usage},
+       {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
 #endif
 #ifdef BB_TOUCH
        {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
index 4ce6e86..13b7d89 100644 (file)
@@ -81,7 +81,7 @@ int dumpkmap_main(int argc, char **argv)
                                        errorMsg("ioctl returned: %s, %s, %s, %xqq\n",strerror(errno),(char *)&ke.kb_index,(char *)&ke.kb_table,(int)&ke.kb_value);
                                        }
                                else {
-                                       write(1,&ke.kb_value,2);        
+                                       write(1,(void*)&ke.kb_value,2); 
                                        }       
                                
                        }
index 2d70ffc..7f669bf 100644 (file)
@@ -18,7 +18,6 @@
 #include <errno.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/kd.h>
 
index 6221429..927c2ba 100644 (file)
@@ -15,7 +15,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <dirent.h>
 #include <errno.h>
 #include <sys/ioctl.h>
index e0f0f31..571a556 100644 (file)
@@ -31,6 +31,7 @@
 #include <unistd.h>
 #include <time.h>
 #include <stdio.h>
+#include <getopt.h>
 
 
 /* This 'date' command supports only 2 time setting formats, 
index 714c799..d8f8b77 100644 (file)
@@ -25,7 +25,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <mntent.h>
-#include <sys/stat.h>
 #include <sys/vfs.h>
 
 extern const char mtab_file[]; /* Defined in utility.c */
index e56e3bc..d7455f4 100644 (file)
@@ -50,7 +50,6 @@
 
 #include "internal.h"
 # include <sys/types.h>
-#include <sys/stat.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <dirent.h>
index 3db17bb..5d4126a 100644 (file)
@@ -23,7 +23,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <errno.h>
 
 extern int mkfifo_main(int argc, char **argv)
index b51c8f3..b815aa1 100644 (file)
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <errno.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 
index 6a87fc3..94b8093 100644 (file)
@@ -51,7 +51,6 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
index 627373b..6c4a6f4 100644 (file)
@@ -32,7 +32,6 @@
 
  */
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
index 818b3db..6dde718 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "internal.h"
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <unistd.h>
 #include <ctype.h>
 #include <errno.h>
index afdd265..464aedb 100644 (file)
@@ -25,7 +25,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <utime.h>
 #include <errno.h>
diff --git a/date.c b/date.c
index e0f0f31..571a556 100644 (file)
--- a/date.c
+++ b/date.c
@@ -31,6 +31,7 @@
 #include <unistd.h>
 #include <time.h>
 #include <stdio.h>
+#include <getopt.h>
 
 
 /* This 'date' command supports only 2 time setting formats, 
diff --git a/df.c b/df.c
index 714c799..d8f8b77 100644 (file)
--- a/df.c
+++ b/df.c
@@ -25,7 +25,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <mntent.h>
-#include <sys/stat.h>
 #include <sys/vfs.h>
 
 extern const char mtab_file[]; /* Defined in utility.c */
index 4ce6e86..13b7d89 100644 (file)
@@ -81,7 +81,7 @@ int dumpkmap_main(int argc, char **argv)
                                        errorMsg("ioctl returned: %s, %s, %s, %xqq\n",strerror(errno),(char *)&ke.kb_index,(char *)&ke.kb_table,(int)&ke.kb_value);
                                        }
                                else {
-                                       write(1,&ke.kb_value,2);        
+                                       write(1,(void*)&ke.kb_value,2); 
                                        }       
                                
                        }
diff --git a/dutmp.c b/dutmp.c
index 047b880..5a6eb07 100644 (file)
--- a/dutmp.c
+++ b/dutmp.c
@@ -14,7 +14,6 @@
 
 #include "internal.h"
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 
 #include <errno.h>
index 943e10a..b3fd934 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "internal.h"
 #include <stdio.h>
-#include <sys/stat.h>
 #include <sys/param.h>
 
 extern int which_main(int argc, char **argv)
index 2da2427..64915b3 100644 (file)
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <errno.h>
index f980fe9..bc92f20 100644 (file)
@@ -96,7 +96,6 @@
 #include <stdlib.h>
 #include <termios.h>
 #include <mntent.h>
-#include <sys/stat.h>
 #include <sys/param.h>
 
  
index 330dee3..20af97a 100644 (file)
--- a/gunzip.c
+++ b/gunzip.c
@@ -94,7 +94,6 @@ static char *license_msg[] = {
 #include <ctype.h>
 #include <sys/types.h>
 #include <signal.h>
-#include <sys/stat.h>
 #include <errno.h>
 
 /* #include "tailor.h" */
diff --git a/gzip.c b/gzip.c
index 19ad1a7..591b8cc 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -1609,7 +1609,6 @@ ulg deflate()
 #include <ctype.h>
 #include <sys/types.h>
 #include <signal.h>
-#include <sys/stat.h>
 #include <errno.h>
 
                /* configuration */
diff --git a/kill.c b/kill.c
index da46620..dc48d43 100644 (file)
--- a/kill.c
+++ b/kill.c
@@ -28,7 +28,6 @@
 #include <unistd.h>
 #include <signal.h>
 #include <ctype.h>
-#include <sys/stat.h>
 #include <unistd.h>
 
 #define KILL   0
index 2d70ffc..7f669bf 100644 (file)
--- a/loadacm.c
+++ b/loadacm.c
@@ -18,7 +18,6 @@
 #include <errno.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/kd.h>
 
index 6221429..927c2ba 100644 (file)
@@ -15,7 +15,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <dirent.h>
 #include <errno.h>
 #include <sys/ioctl.h>
index 0e1ce8d..f4a0f82 100644 (file)
--- a/logger.c
+++ b/logger.c
@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <ctype.h>
 
diff --git a/ls.c b/ls.c
index e56e3bc..d7455f4 100644 (file)
--- a/ls.c
+++ b/ls.c
@@ -50,7 +50,6 @@
 
 #include "internal.h"
 # include <sys/types.h>
-#include <sys/stat.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <dirent.h>
index 99dbc0b..c9802cc 100644 (file)
@@ -14,7 +14,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 
 int makedevs_main(int argc, char **argv)
 {
index 047b880..5a6eb07 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "internal.h"
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 
 #include <errno.h>
index 99dbc0b..c9802cc 100644 (file)
@@ -14,7 +14,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 
 int makedevs_main(int argc, char **argv)
 {
index 3db17bb..5d4126a 100644 (file)
--- a/mkfifo.c
+++ b/mkfifo.c
@@ -23,7 +23,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <errno.h>
 
 extern int mkfifo_main(int argc, char **argv)
index 240dfde..1bbccd9 100644 (file)
@@ -72,7 +72,6 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <termios.h>
-#include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/param.h>
 #include <mntent.h>
diff --git a/mknod.c b/mknod.c
index b51c8f3..b815aa1 100644 (file)
--- a/mknod.c
+++ b/mknod.c
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <errno.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 
index eacd881..70028dc 100644 (file)
--- a/mkswap.c
+++ b/mkswap.c
@@ -43,7 +43,6 @@
 #include <stdlib.h>
 #include <sys/ioctl.h>                 /* for _IO */
 #include <sys/utsname.h>
-#include <sys/stat.h>
 #include <asm/page.h>                  /* for PAGE_SIZE and PAGE_SHIFT */
                                /* we also get PAGE_SIZE via getpagesize() */
 
index 5c29b5f..628772b 100644 (file)
@@ -47,7 +47,6 @@
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <sys/utsname.h>
-#include <sys/stat.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
index 6a87fc3..94b8093 100644 (file)
--- a/printf.c
+++ b/printf.c
@@ -51,7 +51,6 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
index da46620..dc48d43 100644 (file)
@@ -28,7 +28,6 @@
 #include <unistd.h>
 #include <signal.h>
 #include <ctype.h>
-#include <sys/stat.h>
 #include <unistd.h>
 
 #define KILL   0
index 0e1ce8d..f4a0f82 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <ctype.h>
 
index 508a657..dfc933d 100644 (file)
@@ -36,7 +36,6 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/socket.h>
-#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/un.h>
 #include <sys/param.h>
index 508a657..dfc933d 100644 (file)
--- a/syslogd.c
+++ b/syslogd.c
@@ -36,7 +36,6 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/socket.h>
-#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/un.h>
 #include <sys/param.h>
diff --git a/tail.c b/tail.c
index 627373b..6c4a6f4 100644 (file)
--- a/tail.c
+++ b/tail.c
@@ -32,7 +32,6 @@
 
  */
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/test.c b/test.c
index 818b3db..6dde718 100644 (file)
--- a/test.c
+++ b/test.c
@@ -33,7 +33,6 @@
 
 #include "internal.h"
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <unistd.h>
 #include <ctype.h>
 #include <errno.h>
diff --git a/touch.c b/touch.c
index afdd265..464aedb 100644 (file)
--- a/touch.c
+++ b/touch.c
@@ -25,7 +25,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <utime.h>
 #include <errno.h>
index 2da2427..64915b3 100644 (file)
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <errno.h>
index f980fe9..bc92f20 100644 (file)
@@ -96,7 +96,6 @@
 #include <stdlib.h>
 #include <termios.h>
 #include <mntent.h>
-#include <sys/stat.h>
 #include <sys/param.h>
 
  
index 240dfde..1bbccd9 100644 (file)
@@ -72,7 +72,6 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <termios.h>
-#include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/param.h>
 #include <mntent.h>
index eacd881..70028dc 100644 (file)
@@ -43,7 +43,6 @@
 #include <stdlib.h>
 #include <sys/ioctl.h>                 /* for _IO */
 #include <sys/utsname.h>
-#include <sys/stat.h>
 #include <asm/page.h>                  /* for PAGE_SIZE and PAGE_SHIFT */
                                /* we also get PAGE_SIZE via getpagesize() */
 
index 5c29b5f..628772b 100644 (file)
@@ -47,7 +47,6 @@
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <sys/utsname.h>
-#include <sys/stat.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
index bc5a5bd..3422d99 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -50,7 +50,6 @@
 #include <utime.h>
 #include <unistd.h>
 #include <ctype.h>
-#include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/utsname.h>               /* for uname(2) */
 
diff --git a/which.c b/which.c
index 943e10a..b3fd934 100644 (file)
--- a/which.c
+++ b/which.c
@@ -23,7 +23,6 @@
 
 #include "internal.h"
 #include <stdio.h>
-#include <sys/stat.h>
 #include <sys/param.h>
 
 extern int which_main(int argc, char **argv)