22 lines
547 B
Text
22 lines
547 B
Text
$NetBSD: patch-ae,v 1.1 2006/02/26 20:38:52 joerg Exp $
|
|
|
|
--- libgc/include/private/gcconfig.h.orig 2005-05-20 20:48:29.000000000 +0000
|
|
+++ libgc/include/private/gcconfig.h
|
|
@@ -55,7 +55,7 @@
|
|
# endif
|
|
|
|
/* And one for FreeBSD: */
|
|
-# if defined(__FreeBSD__)
|
|
+# if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
# define FREEBSD
|
|
# endif
|
|
|
|
@@ -1929,7 +1929,7 @@
|
|
# define SUNOS5SIGS
|
|
# endif
|
|
|
|
-# if defined(FREEBSD) && (__FreeBSD__ >= 4)
|
|
+# if defined(FREEBSD) && (defined(__DragonFly__) || __FreeBSD__ >= 4)
|
|
# define SUNOS5SIGS
|
|
# endif
|
|
|