diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-16 11:29:08 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-16 11:29:08 +0000 |
| commit | 06b064c28d7637bd32c53827fecbec9d768ee60e (patch) | |
| tree | cd8c82eba2a6b13008527e234ab359a0b8fc2e63 /include | |
| parent | 838dacaa002c068928c73af379517f07cd01faf6 (diff) | |
| download | busybox-w32-06b064c28d7637bd32c53827fecbec9d768ee60e.tar.gz busybox-w32-06b064c28d7637bd32c53827fecbec9d768ee60e.tar.bz2 busybox-w32-06b064c28d7637bd32c53827fecbec9d768ee60e.zip | |
Comment out "#include <strings.h>" everywhere
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6c6bec71e..7b456a9fa 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | #include <stdarg.h> | 26 | #include <stdarg.h> |
| 27 | #include <stddef.h> | 27 | #include <stddef.h> |
| 28 | #include <string.h> | 28 | #include <string.h> |
| 29 | #include <strings.h> | 29 | /* #include <strings.h> - said to be obsolete */ |
| 30 | #include <sys/ioctl.h> | 30 | #include <sys/ioctl.h> |
| 31 | #include <sys/mman.h> | 31 | #include <sys/mman.h> |
| 32 | #include <sys/socket.h> | 32 | #include <sys/socket.h> |
