diff options
author | 2005-05-24 16:28:03 +0000 | |
---|---|---|
committer | 2005-05-24 16:28:03 +0000 | |
commit | 9de6aed20e706329f7801e33ffd885d47b2b9c69 (patch) | |
tree | 8a183c8f2dd572340eb00844bc95b095a534d588 | |
parent | Restoration of terminal settings can be broken by a well-timed signal, (diff) | |
download | wireguard-openbsd-9de6aed20e706329f7801e33ffd885d47b2b9c69.tar.xz wireguard-openbsd-9de6aed20e706329f7801e33ffd885d47b2b9c69.zip |
oops
-rw-r--r-- | sys/net/if_ethersubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index d6d80df64dd..d3d7f5626a6 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ethersubr.c,v 1.92 2005/05/24 16:00:02 deraadt Exp $ */ +/* $OpenBSD: if_ethersubr.c,v 1.93 2005/05/24 16:28:03 deraadt Exp $ */ /* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */ /* @@ -616,7 +616,7 @@ ether_input(ifp, eh, m) struct llc *l; struct arpcom *ac; #if NTRUNK > 0 - i = 0; + int i = 0; #endif #if NPPPOE > 0 struct ether_header *eh_tmp; |