From 0163b5b8be819bceb66546d6205c8d57913fc3ee Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 21 May 2008 13:57:50 +0000 Subject: fix: socklen_t definition comment --- lib/config-os400.h | 2 +- lib/config-riscos.h | 5 +---- lib/config-symbian.h | 2 +- lib/config-tpf.h | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/config-os400.h b/lib/config-os400.h index edc398768..edc01e679 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -51,7 +51,7 @@ /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t -/* Define this to 'int' if socklen_t is not an available typedefed type */ +/* Type to use in place of socklen_t when system does not provide it. */ #undef socklen_t /* Define this as a suitable file to read random data from */ diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 17f76b507..e1160e625 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -44,7 +44,7 @@ /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t -/* Define this to 'int' if socklen_t is not an available typedefed type */ +/* Type to use in place of socklen_t when system does not provide it. */ #undef socklen_t /* Define this as a suitable file to read random data from */ @@ -381,9 +381,6 @@ /* Define to `unsigned' if does not define. */ #undef size_t -/* type to use in place of socklen_t if not defined */ -#undef socklen_t - /* Define to `int' if does not define. */ #undef ssize_t diff --git a/lib/config-symbian.h b/lib/config-symbian.h index ed9977b27..e656ade91 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -785,7 +785,7 @@ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ -/* type to use in place of socklen_t if not defined */ +/* Type to use in place of socklen_t when system does not provide it. */ /* #undef socklen_t */ /* the signed version of size_t */ diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 56ef38ac7..85714b84b 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -660,7 +660,7 @@ /* Define to `unsigned' if does not define. */ /* #undef size_t */ -/* type to use in place of socklen_t if not defined */ +/* Type to use in place of socklen_t when system does not provide it. */ /* #undef socklen_t */ /* the signed version of size_t */ -- cgit v1.2.3