diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-19 17:14:41 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-19 17:14:41 +0000 |
commit | 3269fc6455b4bd8297844dde38271fce80b01c60 (patch) | |
tree | 6f22aaf3effe683efabc3652df62957945098fba /sys/net/pipex.c | |
parent | 69b06212da880d85a6eb230152c1080423517f91 (diff) |
unifdef INET in net code as a precursor to removing the pretend option.
long live the one true internet.
ok henning mikeb
Diffstat (limited to 'sys/net/pipex.c')
-rw-r--r-- | sys/net/pipex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/pipex.c b/sys/net/pipex.c index 2021eebbf93..c1de0ef540e 100644 --- a/sys/net/pipex.c +++ b/sys/net/pipex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.c,v 1.64 2014/12/01 06:55:05 yasuoka Exp $ */ +/* $OpenBSD: pipex.c,v 1.65 2014/12/19 17:14:40 tedu Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -62,7 +62,6 @@ #include <net/bpf.h> #endif -#ifdef INET #include <netinet/ip.h> #include <netinet/ip_var.h> #ifdef INET6 @@ -72,7 +71,6 @@ #include <netinet/tcp.h> #include <netinet/udp.h> #include <netinet/udp_var.h> -#endif #include <crypto/arc4.h> /* drop static for ddb debuggability */ |