diff options
author | 2002-07-18 03:26:59 +0000 | |
---|---|---|
committer | 2002-07-18 03:26:59 +0000 | |
commit | b5b7c88ce681310ef81ea4db0f17343229c9ff08 (patch) | |
tree | d0ef5b3e87b65a595128b1d2346cacd7e931e314 | |
parent | Correct CFLAGS for vax; deraadt says ok. (diff) | |
download | wireguard-openbsd-b5b7c88ce681310ef81ea4db0f17343229c9ff08.tar.xz wireguard-openbsd-b5b7c88ce681310ef81ea4db0f17343229c9ff08.zip |
make it compile by removing unused local vars
-rw-r--r-- | sys/net/if_tokensubr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/if_tokensubr.c b/sys/net/if_tokensubr.c index d3578e71ad6..7930b72882c 100644 --- a/sys/net/if_tokensubr.c +++ b/sys/net/if_tokensubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tokensubr.c,v 1.7 2002/06/30 13:04:36 itojun Exp $ */ +/* $OpenBSD: if_tokensubr.c,v 1.8 2002/07/18 03:26:59 mickey Exp $ */ /* $NetBSD: if_tokensubr.c,v 1.7 1999/05/30 00:39:07 bad Exp $ */ /* @@ -683,9 +683,6 @@ void token_ifattach(ifp) register struct ifnet *ifp; { - register struct ifaddr *ifa; - register struct sockaddr_dl *sdl; - ifp->if_type = IFT_ISO88025; ifp->if_addrlen = ISO88025_ADDR_LEN; ifp->if_hdrlen = 14; |