blob: 174f9dd58b13da5e197201a4e4d783ac3365efda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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;
|