34366e40d1
Based on PR 13913 by Kevin Lo, with some cleanup by me. Kcfonts is a suit of chinese Ming Fanti fonts for X-window. Kcfonts' fonts are contributed by Kau Chauo Information CO. to all TANet users running on PC. Thanks Chin-Hao Tsai <c-tsai@uiuc.edu>, who converted it to the style of ETen's fonts. Now you can use kcfonts & crxvt to view Chinese by BIG5 encoding.
21 lines
354 B
Text
21 lines
354 B
Text
$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;
|
|
}
|
|
|