Files
2016-01-21 23:40:00 +01:00

14 lines
315 B
Plaintext

$NetBSD: patch-ac,v 1.1 2015/02/19 00:20:47 wiz Exp $
--- lib/argv.c.orig 2007-08-14 17:33:03.000000000 +0200
+++ lib/argv.c
@@ -33,7 +33,7 @@ void freeargv (char **vector);
/* Routines imported from standard C runtime libraries. */
-#ifdef ANSI_PROTOTYPES
+#if 1
#include <stddef.h>
#include <string.h>