summaryrefslogtreecommitdiff
path: root/audio/xwave/patches/patch-at
blob: 722913de3f3a6eef74c881cadbc74575a41a7601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-at,v 1.1 2005/10/03 13:30:20 joerg Exp $

--- src/misc.c.orig	2005-07-22 18:59:34.000000000 +0000
+++ src/misc.c
@@ -294,7 +294,6 @@ char *get_wd(void)
 {
     static char *name;
     int i=MAX_NAMELENGTH;
-    extern int errno;
     
     while(True) {
 	if ((name=calloc(i,1))==NULL) return(NULL);