blob: c069945efe7488f0e98d7750d2264bd00cf9b143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.10 2010/07/24 08:22:02 obache Exp $
--- src/Ghostview.c.orig 2010-06-03 16:36:25.000000000 +0000
+++ src/Ghostview.c
@@ -87,8 +87,6 @@ typedef char *XPointer;
#endif
#include <errno.h>
-/* BSD 4.3 errno.h does not declare errno */
-extern int errno;
/* Both error returns are checked for non-blocking I/O. */
/* Manufacture the other error code if only one exists. */
#if !defined(EWOULDBLOCK) && defined(EAGAIN)
|