blob: 109b5cd1fca55915d77a647ea18270bcd25940b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-am,v 1.1 2005/12/18 23:27:29 joerg Exp $
--- source/externs.h.orig 2005-12-18 23:18:45.000000000 +0000
+++ source/externs.h
@@ -35,11 +35,6 @@ extern char *sprintf();
#endif
#endif
-/* to avoid 'psect' problem with VMS declaration of errno */
-#ifndef VMS
-extern int errno;
-#endif
-
extern char *copyright[5];
/* horrible hack: needed because compact_monster() can be called from deep
|