15 lines
567 B
Text
15 lines
567 B
Text
$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;
|
|
|
|
|