From 5cd2a2d53e5dd395a88d4d1ca6cd832c7f870fb5 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Tue, 27 Mar 2001 18:22:00 +0000 Subject: In fact, socklen_t *is* defined by libc5. --- include/busybox.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3