blob: 9cf02506c5ae1cd75ed352d323256f3df7e0868d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.1 2005/11/10 18:13:53 joerg Exp $
--- aux.c.orig 2005-11-10 18:12:14.000000000 +0000
+++ aux.c
@@ -35,11 +35,8 @@ static char copyright[] =
char *SysErr()
{
#ifdef HAVE_STRERROR
- extern int errno;
-
return strerror(errno);
#else
- extern int errno;
extern int sys_nerr;
extern char *sys_errlist[];
static char buff[BUFSIZ];
|