diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-24 06:43:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-24 06:43:52 +0000 |
commit | 8dd71fa13522ae5947e5dcabb397770f1a01d199 (patch) | |
tree | 663aa086284da42a90fe3471553a25e8c2d7b736 /sys | |
parent | 2347cea00606234eac66aba66603771b84e5605c (diff) |
sorry, folks. cut&paste bug happened.
Diffstat (limited to 'sys')
-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; |