[BACK]Return to patch-at CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / hal / patches

Annotation of pkgsrc/sysutils/hal/patches/patch-at, Revision 1.1

1.1     ! obache      1: $NetBSD$
        !             2:
        !             3: --- hald/freebsd/hf-pci.c.orig 2009-05-12 12:27:00.000000000 +0000
        !             4: +++ hald/freebsd/hf-pci.c
        !             5: @@ -27,7 +27,11 @@
        !             6:
        !             7:  #include <stdio.h>
        !             8:  #include <string.h>
        !             9: +#ifdef __DragonFly__
        !            10: +#include <bitstring.h>
        !            11: +#else
        !            12:  #include <sys/bitstring.h>
        !            13: +#endif
        !            14:  #include <errno.h>
        !            15:  #include <fcntl.h>
        !            16:  #include <unistd.h>

CVSweb <webmaster@jp.NetBSD.org>