summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/vfghostscript/files/patch-ab')
-rw-r--r--japanese/vfghostscript/files/patch-ab27
1 files changed, 0 insertions, 27 deletions
diff --git a/japanese/vfghostscript/files/patch-ab b/japanese/vfghostscript/files/patch-ab
deleted file mode 100644
index de7cf0fc0e97..000000000000
--- a/japanese/vfghostscript/files/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
-*** zkfvflib.c.orig Tue May 14 18:13:36 1996
---- zkfvflib.c Tue May 14 18:14:27 1996
-***************
-*** 172,182 ****
- for (code=0;code<256;code++)
- hash_index[code] = NULL;
-
-! pfcap = getenv("VFONTCAP");
- if (pfcap == NULL) { /* environment variable VFONTCAP is not set. */
- char *pfcapb = VFONTCAP_BASE;
-
-! pfcap = malloc(MAXPATHLEN+3);
- if (pfcap == NULL) return e_VMerror;
-
- if (!access(pfcapb,0)) { /* found on current directory. */
---- 172,182 ----
- for (code=0;code<256;code++)
- hash_index[code] = NULL;
-
-! pfcap = (char *)getenv("VFONTCAP");
- if (pfcap == NULL) { /* environment variable VFONTCAP is not set. */
- char *pfcapb = VFONTCAP_BASE;
-
-! pfcap = (char *)malloc(MAXPATHLEN+3);
- if (pfcap == NULL) return e_VMerror;
-
- if (!access(pfcapb,0)) { /* found on current directory. */