summaryrefslogtreecommitdiff
path: root/fonts/kcfonts/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/kcfonts/patches/patch-ak')
-rw-r--r--fonts/kcfonts/patches/patch-ak21
1 files changed, 21 insertions, 0 deletions
diff --git a/fonts/kcfonts/patches/patch-ak b/fonts/kcfonts/patches/patch-ak
new file mode 100644
index 00000000000..0d01b98d541
--- /dev/null
+++ b/fonts/kcfonts/patches/patch-ak
@@ -0,0 +1,21 @@
+$NetBSD: patch-ak,v 1.1.1.1 2002/07/18 16:19:09 wiz Exp $
+
+--- kca2et.c.orig Sat Dec 16 18:22:25 1995
++++ kca2et.c
+@@ -10,7 +10,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+
+-void main(int argc, char **argv)
++int main(int argc, char **argv)
+ {
+ int i;
+ unsigned char tmp[60];
+@@ -29,5 +29,7 @@
+
+ fclose( fp );
+ fclose( fout );
++
++ return 0;
+ }
+