pkgsrc/comms/modemd/patches/patch-an
2006-01-12 17:13:58 +00:00

12 lines
295 B
Text

$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