diff options
Diffstat (limited to 'misc/celestia/patches/patch-ac')
-rw-r--r-- | misc/celestia/patches/patch-ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/celestia/patches/patch-ac b/misc/celestia/patches/patch-ac deleted file mode 100644 index b89e3c01547..00000000000 --- a/misc/celestia/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2006/02/17 23:46:39 adam Exp $ - ---- config.h.in.orig 2006-02-15 22:53:21.000000000 +0100 -+++ config.h.in -@@ -248,7 +248,7 @@ int res_init(void); - - - --#if !defined(HAVE_STRLCAT_PROTO) -+#if !defined(HAVE_STRLCAT_PROTO) && defined(KDELIBSUFF) - #ifdef __cplusplus - extern "C" { - #endif -@@ -260,7 +260,7 @@ unsigned long strlcat(char*, const char* - - - --#if !defined(HAVE_STRLCPY_PROTO) -+#if !defined(HAVE_STRLCPY_PROTO) && defined(KDELIBSUFF) - #ifdef __cplusplus - extern "C" { - #endif |