diff options
author | 1996-04-24 06:43:51 +0000 | |
---|---|---|
committer | 1996-04-24 06:43:51 +0000 | |
commit | 4758387f9d51ec54eb78fac319a3259e5efd4c9e (patch) | |
tree | e0028f0280897600b906bf3cd3ea8992b9058551 | |
parent | Add IPX support. (diff) | |
download | wireguard-openbsd-4758387f9d51ec54eb78fac319a3259e5efd4c9e.tar.xz wireguard-openbsd-4758387f9d51ec54eb78fac319a3259e5efd4c9e.zip |
sorry, folks. cut&paste bug happened.
-rw-r--r-- | sys/net/if_tun.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 4c3a796fded..64b9dd9b0fe 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.7 1996/04/24 06:26:47 mickey Exp $ */ +/* $OpenBSD: if_tun.c,v 1.8 1996/04/24 06:43:51 mickey Exp $ */ /* $NetBSD: if_tun.c,v 1.22 1996/02/13 22:00:26 christos Exp $ */ /* @@ -545,7 +545,6 @@ tunwrite(dev, uio, ioflag) isr = NETISR_NS; break; #endif -#ifdef ISO #ifdef IPX case AF_IPX: ifq = &ipxintrq; |