summaryrefslogtreecommitdiff
path: root/parallel/dqs/patches/patch-ac
blob: 79d86da98beca008ea514ec7cec786926be1929f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.2 2004/07/10 15:14:57 wiz 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,5 @@
 
 #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;