pkgsrc/security/sfs/patches/patch-bu
2007-05-13 16:13:10 +00:00

13 lines
340 B
Text

$NetBSD: patch-bu,v 1.1 2007/05/13 16:13:10 agc Exp $
--- async/myaddrs.C 2007/05/13 15:39:24 1.1
+++ async/myaddrs.C 2007/05/13 15:40:12
@@ -74,7 +74,7 @@
res->clear ();
bhash<in_addr> addrs;
- p = ifc.ifc_buf;
+ p = (char *) ifc.ifc_buf;
e = p + ifc.ifc_len;
while (p < e) {
struct ifreq *ifrp = (struct ifreq *) p;