Merge from vendor branch CVS:
[dragonfly.git] / lib / libpcap / nametoaddr.c.patch
1 $DragonFly: src/lib/libpcap/Attic/nametoaddr.c.patch,v 1.1 2004/07/23 13:03:20 eirikn Exp $
2 --- nametoaddr.c.orig   2004-07-23 14:56:23.000000000 +0000
3 +++ nametoaddr.c        2004-07-23 14:56:38.000000000 +0000
4 @@ -391,7 +391,7 @@
5   */
6  #if !defined(sgi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && \
7         !defined(_UNICOSMP)
8 -extern int ether_hostton(char *, struct ether_addr *);
9 +extern int ether_hostton(const char *, struct ether_addr *);
10  #endif
11  
12  /* Use the os supplied routines */