1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/kon2-16dot/files/patch-bc
Shigeyuki Fukushima a334a8034e Fix comiple-error.
But kon does not work on 4-current(with new syscons).
Now I'll fix this problem.

Submitted by:	Issei Suzuki <issei@issei.org>
Obtained from:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8671
2000-01-30 12:59:16 +00:00

13 lines
280 B
Plaintext

diff -ur src/main.c.old src/main.c
--- src/main.c.old Tue Jan 25 20:16:57 2000
+++ src/main.c Tue Jan 25 20:32:52 2000
@@ -34,7 +34,7 @@
#include <version.h>
#include <term.h>
-void main(int argc, const char *argv[])
+int main(int argc, const char *argv[])
{
char *p;