aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-27 18:22:00 +0000
committerMark Whitley <markw@lineo.com>2001-03-27 18:22:00 +0000
commit5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5 (patch)
treee276a93fe5a4bc011963bcd5cb145d4d275bc3d1
parenta82a00397fc398e2aebe4ef4693f6e43c5a11e63 (diff)
downloadbusybox-w32-5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5.tar.gz
busybox-w32-5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5.tar.bz2
busybox-w32-5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5.zip
In fact, socklen_t *is* defined by libc5.
-rw-r--r--busybox.h6
-rw-r--r--include/busybox.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/busybox.h b/busybox.h
index 9414234c7..d4a57732d 100644
--- a/busybox.h
+++ b/busybox.h
@@ -36,12 +36,6 @@
36#endif 36#endif
37 37
38#include <features.h> 38#include <features.h>
39/* Stupid libc doesn't have a reliable way for use to know
40 * that libc5 is being used. Assume this is good enough */
41#if ! defined __GLIBC__ && ! defined __UCLIBC__
42/* libc5 doesn't define socklen_t */
43typedef unsigned int socklen_t;
44#endif
45 39
46 40
47enum Location { 41enum Location {
diff --git a/include/busybox.h b/include/busybox.h
index 9414234c7..d4a57732d 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -36,12 +36,6 @@
36#endif 36#endif
37 37
38#include <features.h> 38#include <features.h>
39/* Stupid libc doesn't have a reliable way for use to know
40 * that libc5 is being used. Assume this is good enough */
41#if ! defined __GLIBC__ && ! defined __UCLIBC__
42/* libc5 doesn't define socklen_t */
43typedef unsigned int socklen_t;
44#endif
45 39
46 40
47enum Location { 41enum Location {