diff options
Diffstat (limited to 'graphics/xli/patch-ah')
-rw-r--r-- | graphics/xli/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xli/patch-ah b/graphics/xli/patch-ah new file mode 100644 index 0000000000..408fcae66b --- /dev/null +++ b/graphics/xli/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2006/01/12 00:48:36 joerg Exp $ + +--- path.c.orig 2006-01-12 00:44:46.000000000 +0000 ++++ path.c +@@ -18,8 +18,6 @@ + #endif + #include <errno.h> + +-extern int errno; +- + static unsigned int NumPaths = 0; + static unsigned int NumExts = 0; + static char *Paths[BUFSIZ]; |