summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/patches/patch-ah')
-rw-r--r--print/gv/patches/patch-ah22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/gv/patches/patch-ah b/print/gv/patches/patch-ah
deleted file mode 100644
index 39b18681613..00000000000
--- a/print/gv/patches/patch-ah
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2002/10/04 03:00:12 itojun Exp $
-
-http://www.epita.fr/~bevand_m/asa/asa-0000
-
-diff -ur source/file.h source/file.h
---- source/file.h 1997-04-26 00:00:00.000000000 +0200
-+++ source/file.h 2002-09-26 23:28:38.000000000 +0200
-@@ -70,6 +70,14 @@
- #endif
- );
-
-+extern char *file_charsAllowedInName;
-+
-+extern int file_nameIsDangerous (
-+#if NeedFunctionPrototypes
-+ char *
-+#endif
-+);
-+
- extern char* file_pdfname2psname (
- #if NeedFunctionPrototypes
- char * /* name */