diff options
author | ume <ume@FreeBSD.org> | 2001-02-15 10:35:55 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-02-15 10:35:55 +0000 |
commit | bf66c2eda88095d4910d396920c45781fd19db78 (patch) | |
tree | fec467d8f011430483519c5b12d0778cc7154c94 /sys/ia64/include | |
parent | 126eb13f1ad3a376c386474ffbc2051157e8b493 (diff) | |
download | FreeBSD-src-bf66c2eda88095d4910d396920c45781fd19db78.zip FreeBSD-src-bf66c2eda88095d4910d396920c45781fd19db78.tar.gz |
Correct 2nd argument of getnameinfo(3) to socklen_t.
Reviewed by: itojun
Diffstat (limited to 'sys/ia64/include')
-rw-r--r-- | sys/ia64/include/ansi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/ansi.h b/sys/ia64/include/ansi.h index 8c23f34..eb88328 100644 --- a/sys/ia64/include/ansi.h +++ b/sys/ia64/include/ansi.h @@ -55,6 +55,7 @@ #define _BSD_VA_LIST_ __builtin_va_list /* va_list */ #define _BSD_CLOCKID_T_ int /* clockid_t */ #define _BSD_TIMER_T_ int /* timer_t */ +#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */ /* * Types which are fundamental to the implementation and must be used |