diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zmr.c work/ztelnet/zmodem/zmr.c --- work.old/ztelnet/zmodem/zmr.c Mon Apr 24 23:07:17 1995 +++ work/ztelnet/zmodem/zmr.c Tue Jun 20 22:58:33 2000 @@ -38,9 +38,10 @@ * * ZMODEM RLE compression and decompression functions */ -/*PMS*/ -static zsdar32(char*, int, int); -static zrdatr32(register char *buf, int length); +/*--- Appended by yongari yo shut up compiler -----*/ +STATIC zsdar32(); +STATIC zrdatr32(); +/*-------------------------------------------------*/ /* Send data subpacket RLE encoded with 32 bit FCS */ STATIC zsdar32(buf, length, frameend)