From: mickey Date: Wed, 24 Apr 1996 06:43:51 +0000 (+0000) Subject: sorry, folks. cut&paste bug happened. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4758387f9d51ec54eb78fac319a3259e5efd4c9e;p=openbsd sorry, folks. cut&paste bug happened. --- 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;