Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-af,v 1.1.1.1 2011/12/02 05:40:00 agc Exp $
Get the headers right
--- set_catcher_mcast.c 2011/11/30 21:07:45 1.1
+++ set_catcher_mcast.c 2011/11/30 21:08:08
@@ -29,10 +29,10 @@
#include "main.h"
#include <net/if.h>
-#ifdef _SUN
-#include <sys/sockio.h> /* define SIOCGIFADDR */
-#else
+#ifdef _linux__
#include <linux/sockios.h>
+#else
+#include <sys/sockio.h> /* define SIOCGIFADDR */
#endif
#define SA struct sockaddr