From 160b405b91c3562b55c42216ca9100b40bd7542e Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 31 Jul 2001 15:19:07 +0000 Subject: Remove an irritating diagnostic emitted to LogPHASE when a static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability). MFC after: 1 week --- usr.sbin/ppp/arp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/arp.h') diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index cd5056e..ac0a1ca 100644 --- a/usr.sbin/ppp/arp.h +++ b/usr.sbin/ppp/arp.h @@ -33,4 +33,4 @@ struct bundle; extern int arp_ClearProxy(struct bundle *, struct in_addr, int); extern int arp_SetProxy(struct bundle *, struct in_addr, int); -extern int get_ether_addr(int, struct in_addr, struct sockaddr_dl *); +extern int arp_EtherAddr(int, struct in_addr, struct sockaddr_dl *, int); -- cgit v1.1