summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-10-21 14:31:32 +0000
committerjulian <julian@FreeBSD.org>1999-10-21 14:31:32 +0000
commit8c2a435f28152413be887b091d56aeaac9f2d827 (patch)
tree48f4713330997aefd5e9e4bd261bc77e6bf0b363 /sys
parentca47257e31355752e69c3a01dc575f3954c0e784 (diff)
downloadFreeBSD-src-8c2a435f28152413be887b091d56aeaac9f2d827.zip
FreeBSD-src-8c2a435f28152413be887b091d56aeaac9f2d827.tar.gz
fix typo
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index d7d0f08..ff9fbc8 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -129,11 +129,11 @@ struct linger {
#define AF_NATM 29 /* native ATM access */
#define AF_ATM 30 /* ATM */
#define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers
-#define AF_NETGRAPH 32 /* Netgraph sockets */
* in interface output routine
*/
+#define AF_NETGRAPH 32 /* Netgraph sockets */
-#define AF_MAX 32
+#define AF_MAX 33
/*
* Structure used by kernel to store most
OpenPOWER on IntegriCloud