diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-21 13:57:50 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-21 13:57:50 +0000 |
commit | 0163b5b8be819bceb66546d6205c8d57913fc3ee (patch) | |
tree | 6d80eedcd631c1a24c1b305cb1467ab7ba7ff846 /lib/config-symbian.h | |
parent | baee3996abf89503f8ae2954e244350a5be43746 (diff) | |
download | curl-0163b5b8be819bceb66546d6205c8d57913fc3ee.tar.gz |
fix: socklen_t definition comment
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r-- | lib/config-symbian.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> 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 */ |