projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3190a
)
Removed some unused variables.
author
Paul Mackerras
<paulus@samba.org>
Tue, 4 Jul 1995 12:36:47 +0000
(12:36 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 4 Jul 1995 12:36:47 +0000
(12:36 +0000)
pppd/sys-ultrix.c
patch
|
blob
|
history
diff --git
a/pppd/sys-ultrix.c
b/pppd/sys-ultrix.c
index 06c6f4f41e77cc132bb3ac3b442ef5eba8099de5..20f6e5e630b885a503ead8d111687ed7930b7a4c 100644
(file)
--- 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.1
2 1995/06/30 00:40:06
paulus Exp $";
+static char rcsid[] = "$Id: sys-ultrix.c,v 1.1
3 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];