From ddb56654332c89bcd6c1b30c34ce4c007d3764af Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 4 Jul 1995 12:36:47 +0000 Subject: [PATCH] Removed some unused variables. --- pppd/sys-ultrix.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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]; -- 2.39.2