16 lines
629 B
Text
16 lines
629 B
Text
$NetBSD: patch-ac,v 1.3 2005/07/08 19:46:59 kristerw Exp $
|
|
|
|
--- SRC/dqs_exec_job.c.orig 2000-10-02 01:56:25.000000000 +0200
|
|
+++ SRC/dqs_exec_job.c 2005-07-08 21:37:31.000000000 +0200
|
|
@@ -274,11 +274,6 @@
|
|
#include "dqs_errno.h"
|
|
|
|
#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;
|
|
|
|
|