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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/config-os400.h') 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 */ -- cgit v1.2.3