projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f3773
)
(PF_INET6, AF_INET6): New macros.
author
Miles Bader
<miles@gnu.org>
Thu, 6 Jun 1996 15:10:29 +0000
(15:10 +0000)
committer
Miles Bader
<miles@gnu.org>
Thu, 6 Jun 1996 15:10:29 +0000
(15:10 +0000)
sysdeps/generic/sys/socket.h
patch
|
blob
|
history
diff --git
a/sysdeps/generic/sys/socket.h
b/sysdeps/generic/sys/socket.h
index
43a2a64
..
759ff3b
100644
(file)
--- a/
sysdeps/generic/sys/socket.h
+++ b/
sysdeps/generic/sys/socket.h
@@
-69,7
+69,8
@@
enum __socket_type
#define PF_IPX 23 /* Novell Internet Protocol. */
#define PF_SIP 24 /* Simple Internet Protocol. */
#define PF_PIP 25 /* Help Identify PIP packets. */
-#define PF_MAX 26
+#define PF_INET6 26 /* IP version 6. */
+#define PF_MAX 27
/* Address families. */
#define AF_UNSPEC PF_UNSPEC
@@
-100,6
+101,7
@@
enum __socket_type
#define AF_IPX PF_IPX
#define AF_SIP PF_SIP
#define pseudo_AF_PIP PF_PIP
+#define AF_INET6 PF_INET6
#define AF_MAX PF_MAX