summaryrefslogtreecommitdiff
path: root/net/openslp/patches/patch-ad
blob: 94fb73d39fe311c25129dffef5ab99768899f4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.1 2004/11/27 04:41:12 jlam Exp $

--- common/slp_dhcp.c.orig	2003-02-12 17:18:16.000000000 -0500
+++ common/slp_dhcp.c
@@ -66,7 +66,9 @@
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <net/if_arp.h>
+#if HAVE_BITS_IOCTLS_H
 #include <bits/ioctls.h>
+#endif
 #include <sys/time.h>
 #endif