Index: head/japanese/csrd/files/patch-csrd.c =================================================================== --- head/japanese/csrd/files/patch-csrd.c (revision 449880) +++ head/japanese/csrd/files/patch-csrd.c (revision 449881) @@ -1,11 +1,11 @@ ---- csrd.c.orig 2013-10-20 17:18:39.000000000 +0900 -+++ csrd.c 2013-10-20 17:21:09.000000000 +0900 -@@ -4111,7 +4111,7 @@ +--- csrd.c.orig 2017-09-13 17:02:10 UTC ++++ csrd.c +@@ -4111,7 +4111,7 @@ onintr() int main(ac, av) int ac; -uchr **av; +char **av; { signal(SIGINT, onintr); #if defined(UNIX) && defined(RC_PATH) Index: head/japanese/csrd/files/patch-makefile.unx =================================================================== --- head/japanese/csrd/files/patch-makefile.unx (revision 449880) +++ head/japanese/csrd/files/patch-makefile.unx (revision 449881) @@ -1,10 +1,10 @@ ---- makefile.unx.~1~ Mon Jul 19 02:15:40 1999 -+++ makefile.unx Wed Aug 18 14:59:32 1999 +--- makefile.unx.orig 1999-07-18 17:15:40 UTC ++++ makefile.unx @@ -1,6 +1,6 @@ # Makefile for CSRD -RCPATH = +RCPATH =-DRC_PATH='"${PREFIX}/etc/csrd.rc"' #RCPATH = -DRC_PATH='"/usr/local/lib/csrd.rc"' CC = gcc