summaryrefslogtreecommitdiff
path: root/audio/streamripper-current/patches/patch-ac
blob: 36a11b323994e4a9346209cb9b9cb278d34d7d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2009/01/07 18:51:28 drochner 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>