summaryrefslogtreecommitdiff
path: root/devel/prcs/patches/patch-ab
blob: 960f56de7c1b8cb5e85310c2bb240b30f8ac9bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.4 2006/06/03 01:13:40 joerg Exp $

--- src/regex.c.orig	2006-06-03 01:04:53.000000000 +0000
+++ src/regex.c
@@ -297,7 +297,7 @@ init_syntax_once ()
 # endif /* emacs */
 
 /* Integer type for pointers.  */
-# if !defined _LIBC
+# if !defined _LIBC && !defined(__DragonFly__)
 typedef unsigned long int uintptr_t;
 # endif