mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
384 B
Plaintext
19 lines
384 B
Plaintext
$NetBSD: patch-ab,v 1.5 2013/12/06 07:27:15 mef Exp $
|
|
|
|
Apparently FreeBSD adaptation, not recently confirmed (mef)
|
|
|
|
--- freebsd_ppi.h.orig 2009-03-06 20:09:11.000000000 +0000
|
|
+++ freebsd_ppi.h
|
|
@@ -22,7 +22,11 @@
|
|
#ifndef freebsd_ppi_h
|
|
#define freebsd_ppi_h
|
|
|
|
+#ifdef __FreeBSD__
|
|
#include <dev/ppbus/ppi.h>
|
|
+#else
|
|
+#include <dev/misc/ppi/ppi.h>
|
|
+#endif
|
|
|
|
#define ppi_claim(fd) {}
|
|
|