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,16 @@
$NetBSD: patch-at,v 1.1 2011/01/08 13:00:13 obache Exp $
--- hald/freebsd/hf-pci.c.orig 2009-05-12 12:27:00.000000000 +0000
+++ hald/freebsd/hf-pci.c
@@ -27,7 +27,11 @@
#include <stdio.h>
#include <string.h>
+#ifdef __DragonFly__
+#include <bitstring.h>
+#else
#include <sys/bitstring.h>
+#endif
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>