X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/fb20696441656c36961e92e3ddf074d770e81c55..cc3ca65d6519faf3a0e4609b5150757c14af36e9:/nametoaddr.c diff --git a/nametoaddr.c b/nametoaddr.c index bcff1038..71280b31 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -535,7 +535,6 @@ __pcap_nametodnaddr(const char *name, u_short *res) #ifdef DECNETLIB struct nodeent *getnodebyname(); struct nodeent *nep; - unsigned short res; nep = getnodebyname(name); if (nep == ((struct nodeent *)0))