diff options
author | 2005-05-26 03:44:27 +0000 | |
---|---|---|
committer | 2005-05-26 03:44:27 +0000 | |
commit | 7488d2cee2f1e41948703a707debd988cc484f7f (patch) | |
tree | 9f30c80320a55fd433ff365a20f9857f4bd6d797 | |
parent | typo (diff) | |
download | wireguard-openbsd-7488d2cee2f1e41948703a707debd988cc484f7f.tar.xz wireguard-openbsd-7488d2cee2f1e41948703a707debd988cc484f7f.zip |
oups another unused var
-rw-r--r-- | sys/net/if.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index d3c691a5b62..0d2e34c731c 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.121 2005/05/26 03:13:41 henning Exp $ */ +/* $OpenBSD: if.c,v 1.122 2005/05/26 03:44:27 henning Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -176,7 +176,6 @@ void if_attachsetup(struct ifnet *ifp) { struct ifaddr *ifa; - int n; int wrapped = 0; if (ifindex2ifnet == 0) |