Deleted Added
full compact
20c20
< * $Id: arp.c,v 1.12 1997/06/09 03:27:11 brian Exp $
---
> * $Id: arp.c,v 1.13 1997/08/25 00:29:03 brian Exp $
97,98c97
< LogPrintf(LogERROR, "Cannot determine ethernet address"
< " for proxy ARP\n");
---
> LogPrintf(LogERROR, "Cannot determine ethernet address for proxy ARP\n");
189c188
< LogPrintf(LogERROR, "sifproxyarp: ioctl(SIOCSARP): \n");
---
> LogPrintf(LogERROR, "sifproxyarp: ioctl(SIOCSARP): %s\n", strerror(errno));
207c206
< LogPrintf(LogERROR, "cifproxyarp: ioctl(SIOCDARP): \n");
---
> LogPrintf(LogERROR, "cifproxyarp: ioctl(SIOCDARP): %s\n", strerror(errno));
235c234,235
< LogPrintf(LogERROR, "get_ether_addr: ioctl(SIOCGIFCONF): \n");
---
> LogPrintf(LogERROR, "get_ether_addr: ioctl(SIOCGIFCONF): %s\n",
> strerror(errno));