summaryrefslogtreecommitdiff
path: root/devel/gdb/patches/patch-al
blob: ac0bffcde1dd9a70e1d00318529c00d5e2cdb9b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.1 2006/02/27 15:45:29 joerg Exp $

--- gdb/rdi-share/unixcomm.c.orig	2006-02-27 14:51:31.000000000 +0000
+++ gdb/rdi-share/unixcomm.c
@@ -36,7 +36,7 @@
 #include <sys/types.h>
 #include <sys/time.h>
 
-#if defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (bsdi)
+#if defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (bsdi) || defined(__DragonFly__)
 #undef BSD
 #include <sys/ioctl.h>
 #endif