pkgsrc/devel/prcs/patches/patch-ab

13 lines
347 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$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