diff --git a/sys/lib/libsa/arp.c b/sys/lib/libsa/arp.c index 98e47ad82685..e04c74dd3823 100644 --- a/sys/lib/libsa/arp.c +++ b/sys/lib/libsa/arp.c @@ -1,4 +1,4 @@ -/* $NetBSD: arp.c,v 1.30 2008/03/25 22:54:54 christos Exp $ */ +/* $NetBSD: arp.c,v 1.31 2008/03/25 22:55:25 christos Exp $ */ /* * Copyright (c) 1992 Regents of the University of California. @@ -163,7 +163,6 @@ arpwhohas(struct iodesc *d, struct in_addr addr) inet_ntoa(addr), ether_sprintf(ah->arp_sha)); } #endif -/*###166 [cc] warning: statement with no effect%%%*/ MACPY(ah->arp_sha, al->ea); ++arp_num;