Files
pkgsrc-ng/misc/siag/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
306 B
Plaintext

$NetBSD: patch-ad,v 1.3 2006/01/20 02:19:22 joerg Exp $
--- plugins/clipart.c.orig 2006-01-20 02:00:41.000000000 +0000
+++ plugins/clipart.c
@@ -37,8 +37,6 @@
#include <math.h>
#include <errno.h>
-/* BSD 4.3 errno.h does not declare errno */
-extern int errno;
#ifdef VMS
#include <perror.h>
#else