summaryrefslogtreecommitdiff
path: root/fonts/kcfonts/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/kcfonts/patches/patch-af')
-rw-r--r--fonts/kcfonts/patches/patch-af20
1 files changed, 17 insertions, 3 deletions
diff --git a/fonts/kcfonts/patches/patch-af b/fonts/kcfonts/patches/patch-af
index c741198003d..e29cc341b84 100644
--- a/fonts/kcfonts/patches/patch-af
+++ b/fonts/kcfonts/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.1.1.1 2002/07/18 16:19:07 wiz Exp $
+$NetBSD: patch-af,v 1.2 2005/12/28 19:50:45 joerg Exp $
---- kc15f.c.orig Sat Dec 16 18:19:23 1995
+--- kc15f.c.orig 1995-12-16 17:19:23.000000000 +0000
+++ kc15f.c
-@@ -12,22 +12,29 @@
+@@ -12,26 +12,33 @@
char head[]=
"STARTFONT 2.1\n"
"COMMENT 16x15 Font\n"
@@ -43,3 +43,17 @@ $NetBSD: patch-af,v 1.1.1.1 2002/07/18 16:19:07 wiz Exp $
"ENDPROPERTIES\n"
"CHARS 13867\n";
+-FILE *fp,*fr1, *fr2, *fw=stdout;
++FILE *fp,*fr1, *fr2, *fw;
+
+ int count, ofs;
+
+@@ -61,7 +68,7 @@ void out(FILE *fp)
+
+ main()
+ {
+-
++ fw = stdout;
+ if ((fp=fopen("spcfont.15","r"))==NULL) {
+ fprintf(stderr,"kc15 Error01:Can't open spcfont.15\n"); exit(2);
+ }