pkgsrc/misc/siag/patches/patch-ac
2006-01-20 02:19:22 +00:00

13 lines
449 B
Text

$NetBSD: patch-ac,v 1.3 2006/01/20 02:19:22 joerg Exp $
--- xcommon/Ghostview.c.orig 2006-01-20 01:58:50.000000000 +0000
+++ xcommon/Ghostview.c
@@ -57,8 +57,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)