mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
$NetBSD: patch-an,v 1.1 2006/01/12 17:13:58 joerg Exp $
|
|
|
|
--- include/osdep.h.orig 2006-01-12 16:54:08.000000000 +0000
|
|
+++ include/osdep.h
|
|
@@ -48,6 +48,6 @@
|
|
#include "cf/netbsd.h"
|
|
#endif
|
|
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#include "cf/freebsd.h"
|
|
#endif
|