diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-23 17:02:05 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-23 17:02:05 +0000 |
commit | bfef275efd081dc5d72667b213bdf0d3dad03a6b (patch) | |
tree | 5d58c3aec453e1d4ea551a0d48eeec9f8e151a4d | |
parent | 920ec9b7ac84d9ee95af6d7c89026d9af090dd4b (diff) | |
download | busybox-w32-bfef275efd081dc5d72667b213bdf0d3dad03a6b.tar.gz busybox-w32-bfef275efd081dc5d72667b213bdf0d3dad03a6b.tar.bz2 busybox-w32-bfef275efd081dc5d72667b213bdf0d3dad03a6b.zip |
includes cleanup from Jeff Garzik
git-svn-id: svn://busybox.net/trunk/busybox@2187 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | applets.c | 1 | ||||
-rw-r--r-- | applets/applets.c | 1 | ||||
-rw-r--r-- | libbb/check_wildcard_match.c | 1 | ||||
-rw-r--r-- | libbb/chomp.c | 1 | ||||
-rw-r--r-- | libbb/find_mount_point.c | 1 | ||||
-rw-r--r-- | libbb/inode_hash.c | 1 |
6 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | #include <string.h> | ||
30 | #include "busybox.h" | 31 | #include "busybox.h" |
31 | 32 | ||
32 | #undef APPLET | 33 | #undef APPLET |
diff --git a/applets/applets.c b/applets/applets.c index 515110372..c2ccb88fa 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | #include <string.h> | ||
30 | #include "busybox.h" | 31 | #include "busybox.h" |
31 | 32 | ||
32 | #undef APPLET | 33 | #undef APPLET |
diff --git a/libbb/check_wildcard_match.c b/libbb/check_wildcard_match.c index 7bd3c7998..ab856797b 100644 --- a/libbb/check_wildcard_match.c +++ b/libbb/check_wildcard_match.c | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <string.h> | ||
29 | #include "libbb.h" | 30 | #include "libbb.h" |
30 | 31 | ||
31 | 32 | ||
diff --git a/libbb/chomp.c b/libbb/chomp.c index cbd3d04bc..d2f6d5e6f 100644 --- a/libbb/chomp.c +++ b/libbb/chomp.c | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <string.h> | ||
29 | #include "libbb.h" | 30 | #include "libbb.h" |
30 | 31 | ||
31 | 32 | ||
diff --git a/libbb/find_mount_point.c b/libbb/find_mount_point.c index 27322f7f0..2d9481a69 100644 --- a/libbb/find_mount_point.c +++ b/libbb/find_mount_point.c | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <string.h> | ||
29 | #include "libbb.h" | 30 | #include "libbb.h" |
30 | 31 | ||
31 | 32 | ||
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index db68025dd..790af8f31 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | #include <string.h> | ||
30 | #include "libbb.h" | 31 | #include "libbb.h" |
31 | 32 | ||
32 | #define HASH_SIZE 311 /* Should be prime */ | 33 | #define HASH_SIZE 311 /* Should be prime */ |