aboutsummaryrefslogtreecommitdiff
path: root/lib/config-riscos.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-21 13:57:50 +0000
committerYang Tse <yangsita@gmail.com>2008-05-21 13:57:50 +0000
commit0163b5b8be819bceb66546d6205c8d57913fc3ee (patch)
tree6d80eedcd631c1a24c1b305cb1467ab7ba7ff846 /lib/config-riscos.h
parentbaee3996abf89503f8ae2954e244350a5be43746 (diff)
fix: socklen_t definition comment
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r--lib/config-riscos.h5
1 files changed, 1 insertions, 4 deletions
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 <sys/types.h> does not define. */
#undef size_t
-/* type to use in place of socklen_t if not defined */
-#undef socklen_t
-
/* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t