pkgsrc/editors/ve/patches/patch-ae
2005-12-09 16:22:28 +00:00

20 lines
365 B
Text

$NetBSD: patch-ae,v 1.1 2005/12/09 16:22:29 joerg Exp $
--- global.h.orig 2005-12-09 16:18:29.000000000 +0000
+++ global.h
@@ -317,15 +317,9 @@ extern char *str_post2;
extern char *BoardName;
-#ifdef XINU
-extern int errno;
-
-#endif
-
#endif /* _MAIN_C_ */
-extern int errno;
extern jmp_buf byebye; /* for exception condition like I/O error */