summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/ansi.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-02-15 10:35:55 +0000
committerume <ume@FreeBSD.org>2001-02-15 10:35:55 +0000
commitbf66c2eda88095d4910d396920c45781fd19db78 (patch)
treefec467d8f011430483519c5b12d0778cc7154c94 /sys/ia64/include/ansi.h
parent126eb13f1ad3a376c386474ffbc2051157e8b493 (diff)
downloadFreeBSD-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/ansi.h')
-rw-r--r--sys/ia64/include/ansi.h1
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
OpenPOWER on IntegriCloud