blob: 3bcc98d63a8beec9d485e347ff1db6f3898b358f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|