Displaying 1 result from an estimated 1 matches for "ka8cmi".
Did you mean:
ka8cmy
2002 Dec 23
3
rsync 2.5.5 SCO Unixware patch
Hello list,
This is a patch to rsync 2.5.5, and it serves two purposes. The small
patches to batch.c, flist.c and log.c simply add "void" to some function
definitions so that all declarations in proto.h have full parameter lists.
unsigned char read_batch_flags() OLD
unsigned char read_batch_flags(void) NEW
The SCO UNIXWare compiler correctly objected to these functions not
having a