CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/28 11:16:35
Modified files:
usr.bin/spell : spellprog.c
Log message:
Fix some warnings: p1() and p2() are only declared without arguments so
that nop() can be nop(void), so just change nop() to have the same
arguments as all the other functions and make p1() and p2() proper
prototypes; and do not use '\0' as a pointer constant.
ok florian deraadt
