mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
$NetBSD: patch-aa,v 1.1 2010/06/16 16:53:56 drochner Exp $
|
|
|
|
--- src/cadaver.c.orig 2008-10-29 09:35:33.000000000 +0000
|
|
+++ src/cadaver.c
|
|
@@ -39,9 +39,9 @@
|
|
#ifdef HAVE_STRING_H
|
|
#include <string.h>
|
|
#endif
|
|
-#ifdef HAVE_LOCALE_H
|
|
+/* #ifdef HAVE_LOCALE_H XXX missing configure check */
|
|
#include <locale.h>
|
|
-#endif
|
|
+/* #endif */
|
|
|
|
|
|
#include <errno.h>
|