=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM_contrib2/fep/fep_main.c 2002/09/18 10:03:28 1.3 +++ OpenXM_contrib2/fep/fep_main.c 2004/12/01 17:40:16 1.4 @@ -2,7 +2,7 @@ #ifndef lint static char rcsid[]= -"$Id: fep_main.c,v 1.3 2002/09/18 10:03:28 noro Exp $ (SRA)"; +"$Id: fep_main.c,v 1.4 2004/12/01 17:40:16 ohara Exp $ (SRA)"; #endif /* lint */ #include @@ -1049,7 +1049,7 @@ usageAndExit() /* * Propagate window size changes to the slave tty. */ -sigwinch() +void sigwinch(int dummy) { #ifdef TIOCGWINSZ /* 4.3BSD */ struct winsize win;