diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-27 18:22:00 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-27 18:22:00 +0000 |
commit | 3d9aa271c8b5f840800d31f9101b32cddc2093f4 (patch) | |
tree | e276a93fe5a4bc011963bcd5cb145d4d275bc3d1 | |
parent | f6f2af83113555a2d3a3be40be1a63116fbaf682 (diff) | |
download | busybox-w32-3d9aa271c8b5f840800d31f9101b32cddc2093f4.tar.gz busybox-w32-3d9aa271c8b5f840800d31f9101b32cddc2093f4.tar.bz2 busybox-w32-3d9aa271c8b5f840800d31f9101b32cddc2093f4.zip |
In fact, socklen_t *is* defined by libc5.
git-svn-id: svn://busybox.net/trunk/busybox@2200 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | busybox.h | 6 | ||||
-rw-r--r-- | include/busybox.h | 6 |
2 files changed, 0 insertions, 12 deletions
@@ -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 */ | ||
43 | typedef unsigned int socklen_t; | ||
44 | #endif | ||
45 | 39 | ||
46 | 40 | ||
47 | enum Location { | 41 | 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 @@ | |||
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 */ | ||
43 | typedef unsigned int socklen_t; | ||
44 | #endif | ||
45 | 39 | ||
46 | 40 | ||
47 | enum Location { | 41 | enum Location { |