blob: 12d54a8df32541ee325509b5def49bbb282e63cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-af,v 1.4 2004/05/03 23:30:00 wiz Exp $
--- libnut/system.c.orig 1996-06-27 03:08:52.000000000 +0200
+++ libnut/system.c
@@ -101,12 +101,6 @@
extern char *strdup(char *str);
#endif
-#ifndef VMS
-extern int sys_nerr;
-extern char *sys_errlist[];
-extern int errno;
-#endif
-
#ifndef DISABLE_TRACE
int nutTrace=0;
|