2013-09-26 17:14:40 +02:00

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>