summaryrefslogtreecommitdiff
path: root/parallel/dqs/patches/patch-ac
blob: 142b9c08a049831b4b5e8f0700d96fb23358c5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1.1.1 2003/06/26 20:23:42 agc Exp $

--- SRC/dqs_exec_job.c	2000/10/01 23:56:25	1.7
+++ SRC/dqs_exec_job.c	2002/09/18 11:15:44
@@ -275,10 +275,6 @@
 
 #include <errno.h>                                                  
 extern int errno, sys_nerr;                                         
-/*Patch from Curtis Janssen*/
-#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >= 2) && !(defined(__FreeBSD__) && defined(__GNUC__) && __GNUC__ >= 2)
-extern char *sys_errlist[];                                         
-#endif
 FILE *dbf2;