summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ip6opt.c
diff options
context:
space:
mode:
authorderaadt <>2015-01-16 16:48:51 +0000
committerderaadt <>2015-01-16 16:48:51 +0000
commit1e4765ffa2cc484d6fa2c51e54ba927cbae67f13 (patch)
tree2f04e8a0f019b4b73805acf11a1e5138c9b9f37f /src/lib/libc/net/ip6opt.c
parentd23934efb8e7adaa63d4eb5752505a40e4b1f285 (diff)
downloadopenbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.gz
openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.bz2
openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.zip
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'src/lib/libc/net/ip6opt.c')
-rw-r--r--src/lib/libc/net/ip6opt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/ip6opt.c b/src/lib/libc/net/ip6opt.c
index d98e300cb6..71dfe55803 100644
--- a/src/lib/libc/net/ip6opt.c
+++ b/src/lib/libc/net/ip6opt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ip6opt.c,v 1.7 2014/06/13 15:41:06 chrisz Exp $ */ 1/* $OpenBSD: ip6opt.c,v 1.8 2015/01/16 16:48:51 deraadt Exp $ */
2/* $KAME: ip6opt.c,v 1.18 2005/06/15 07:11:35 keiichi Exp $ */ 2/* $KAME: ip6opt.c,v 1.18 2005/06/15 07:11:35 keiichi Exp $ */
3 3
4/* 4/*
@@ -30,7 +30,6 @@
30 * SUCH DAMAGE. 30 * SUCH DAMAGE.
31 */ 31 */
32 32
33#include <sys/param.h>
34#include <sys/types.h> 33#include <sys/types.h>
35#include <sys/socket.h> 34#include <sys/socket.h>
36 35