mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2006/12/07 02:34:01 xtraeme Exp $
|
|
|
|
--- sapi/apache2/modxslt.c.orig 2006-12-07 02:21:14.000000000 +0100
|
|
+++ sapi/apache2/modxslt.c 2006-12-07 02:22:21.000000000 +0100
|
|
@@ -470,7 +470,8 @@
|
|
|
|
|
|
#ifdef HAVE_NETWORK_IOCTLS
|
|
-# include <net/if.h>
|
|
+#include <sys/sockio.h>
|
|
+#include <net/if.h>
|
|
|
|
static int mxslt_ap2_setanyiplist(mxslt_table_t * ips_table) {
|
|
struct ifconf ifc;
|