mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a334a8034e
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
13 lines
280 B
Plaintext
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;
|
|
|