In fact, socklen_t *is* defined by libc5.
authorMark Whitley <markw@lineo.com>
Tue, 27 Mar 2001 18:22:00 +0000 (18:22 -0000)
committerMark Whitley <markw@lineo.com>
Tue, 27 Mar 2001 18:22:00 +0000 (18:22 -0000)
busybox.h
include/busybox.h

index 9414234c7a26053484ff6d7cc61361e5b6e3493d..d4a57732dfb6e57dea72efa88422c783ba6ddb5e 100644 (file)
--- a/busybox.h
+++ b/busybox.h
 #endif
 
 #include <features.h>
-/* Stupid libc doesn't have a reliable way for use to know 
- * that libc5 is being used.   Assume this is good enough */ 
-#if ! defined __GLIBC__ && ! defined __UCLIBC__
-/* libc5 doesn't define socklen_t */
-typedef unsigned int socklen_t;
-#endif 
 
 
 enum Location {
index 9414234c7a26053484ff6d7cc61361e5b6e3493d..d4a57732dfb6e57dea72efa88422c783ba6ddb5e 100644 (file)
 #endif
 
 #include <features.h>
-/* Stupid libc doesn't have a reliable way for use to know 
- * that libc5 is being used.   Assume this is good enough */ 
-#if ! defined __GLIBC__ && ! defined __UCLIBC__
-/* libc5 doesn't define socklen_t */
-typedef unsigned int socklen_t;
-#endif 
 
 
 enum Location {