14 lines
400 B
Text
14 lines
400 B
Text
$NetBSD: patch-ac,v 1.1 2006/10/05 12:27:40 obache Exp $
|
|
|
|
--- src/iroffer_defines.h.orig 2005-12-13 11:54:17.000000000 +0900
|
|
+++ src/iroffer_defines.h
|
|
@@ -204,7 +204,8 @@
|
|
defined(_OS_NetBSD) || \
|
|
defined(_OS_BSDI) || \
|
|
defined(_OS_BSD_OS) || \
|
|
- defined(_OS_Darwin)
|
|
+ defined(_OS_Darwin) || \
|
|
+ defined(_OS_DragonFly)
|
|
#define _OS_BSD_ANY
|
|
|
|
/* sunos */
|