X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-ultrix.c;h=20f6e5e630b885a503ead8d111687ed7930b7a4c;hb=a17e555c2c3755105dc62a6c96f6d49556aff1d5;hp=06c6f4f41e77cc132bb3ac3b442ef5eba8099de5;hpb=e46557418647a48bb018edf58a2bdb6ff9e57ef6;p=ppp.git diff --git a/pppd/sys-ultrix.c b/pppd/sys-ultrix.c index 06c6f4f..20f6e5e 100644 --- a/pppd/sys-ultrix.c +++ b/pppd/sys-ultrix.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-ultrix.c,v 1.12 1995/06/30 00:40:06 paulus Exp $"; +static char rcsid[] = "$Id: sys-ultrix.c,v 1.13 1995/07/04 12:36:47 paulus Exp $"; #endif /* @@ -909,9 +909,8 @@ get_ether_addr(ipaddr, hwaddr) u_int32_t ipaddr; struct sockaddr *hwaddr; { - struct ifreq *ifr, *ifend, *ifp; + struct ifreq *ifr, *ifend; u_int32_t ina, mask; - struct sockaddr_dl *dla; struct ifreq ifreq; struct ifconf ifc; struct ifreq ifs[MAX_IFS];