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/netinet/if_ether.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/netinet/if_ether.c')
-rw-r--r-- | sys/netinet/if_ether.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 8834b70ffc2..d49a55cc537 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.c,v 1.138 2014/12/05 15:50:04 mpi Exp $ */ +/* $OpenBSD: if_ether.c,v 1.139 2014/12/19 17:14:40 tedu Exp $ */ /* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */ /* @@ -38,7 +38,6 @@ * add "inuse/lock" bit (or ref. count) along with valid bit */ -#ifdef INET #include "carp.h" #include "bridge.h" @@ -1149,4 +1148,3 @@ db_show_arptab(void) return (0); } #endif -#endif /* INET */ |