diff options
author | 2015-04-01 14:29:54 +0000 | |
---|---|---|
committer | 2015-04-01 14:29:54 +0000 | |
commit | c959a36229fb755bf40db14fdd4dfebdae15e2a4 (patch) | |
tree | a7a618b247bb46dc9d42a592c02442dc2f47ab4f /sys/net/if_tun.c | |
parent | Remove annoying comment mentionning ether_output(). (diff) | |
download | wireguard-openbsd-c959a36229fb755bf40db14fdd4dfebdae15e2a4.tar.xz wireguard-openbsd-c959a36229fb755bf40db14fdd4dfebdae15e2a4.zip |
Kill useless comments talking about ether_input().
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r-- | sys/net/if_tun.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index db5b8335734..6bea0923eac 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.134 2015/03/18 12:23:15 dlg Exp $ */ +/* $OpenBSD: if_tun.c,v 1.135 2015/04/01 14:29:54 mpi Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* @@ -872,7 +872,7 @@ tunwrite(dev_t dev, struct uio *uio, int ioflag) ether_input_mbuf(ifp, top); splx(s); - ifp->if_ipackets++; /* ibytes are counted in ether_input */ + ifp->if_ipackets++; return (0); } |