diff options
Diffstat (limited to 'graphics/xli/patch-ag')
-rw-r--r-- | graphics/xli/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xli/patch-ag b/graphics/xli/patch-ag new file mode 100644 index 0000000000..7c0db75567 --- /dev/null +++ b/graphics/xli/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2006/01/12 00:48:36 joerg Exp $ + +--- imagetypes.c.orig 2006-01-12 00:41:30.000000000 +0000 ++++ imagetypes.c +@@ -13,8 +13,6 @@ + #include "imagetypes.h" + #include <errno.h> + +-extern int errno; +- + /* some of these are order-dependent */ + + static struct { |