X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-ultrix.c;h=20f6e5e630b885a503ead8d111687ed7930b7a4c;hp=06c6f4f41e77cc132bb3ac3b442ef5eba8099de5;hb=ddb56654332c89bcd6c1b30c34ce4c007d3764af;hpb=5a3190a5cbb96c57c62aa901c25e479aff7abc21 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];