mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix typo in inet/netinet/in.h comment
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-01-06 Allan McRae <allan@archlinux.org>
|
||||||
|
|
||||||
|
* inet/netinet/in.h: Fix typo in comment.
|
||||||
|
|
||||||
2014-01-05 Andreas Jaeger <aj@suse.de>
|
2014-01-05 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/i386/fpu/libm-test-ulps: Update.
|
* sysdeps/i386/fpu/libm-test-ulps: Update.
|
||||||
|
@ -90,7 +90,7 @@ enum
|
|||||||
IPPROTO_MAX
|
IPPROTO_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
/* If __USER_KERNEL_IPV6_DEFS is defined then the user has included the kernel
|
/* If __USE_KERNEL_IPV6_DEFS is defined then the user has included the kernel
|
||||||
network headers first and we should use those ABI-identical definitions
|
network headers first and we should use those ABI-identical definitions
|
||||||
instead of our own. */
|
instead of our own. */
|
||||||
#ifndef __USE_KERNEL_IPV6_DEFS
|
#ifndef __USE_KERNEL_IPV6_DEFS
|
||||||
|
Reference in New Issue
Block a user