From: Mark Whitley Date: Tue, 27 Mar 2001 18:22:00 +0000 (-0000) Subject: In fact, socklen_t *is* defined by libc5. X-Git-Tag: 0_51~86 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5;p=oweals%2Fbusybox.git In fact, socklen_t *is* defined by libc5. --- diff --git a/busybox.h b/busybox.h index 9414234c7..d4a57732d 100644 --- a/busybox.h +++ b/busybox.h @@ -36,12 +36,6 @@ #endif #include -/* 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 { 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 @@ #endif #include -/* 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 {