12001-01-29 Assar Westerlund <assar@sics.se> 2 3 * util.c (roundup): add fallback definition 4 5 * rcp.c: remove non-STDC code 6 * rcp_locl.h: add sys/types.h and sys/wait.h 7 8 * rcp.c: no calls to err with NULL 9 102001-01-28 Assar Westerlund <assar@sics.se> 11 12 * rcp_locl.h: add 13 14 * Makefile.am (LDADD): remove unused libraries 15 162001-01-27 Assar Westerlund <assar@sics.se> 17 18 * util.c: replace vfork by fork 19 20 * rcp.c: add RCSID S_ISTXT -> S_ISVTX printf sizes of files with 21 %lu instead of %q (which is not portable) 22 23 * util.c: add RCSID do not use sig_t 24 * rcp.c: remove __P, use st_mtime et al from struct stat 25 * extern.h: remove __P 26 27 * initial import of port of bsd rcp changed to use existing rsh, 28 contributed by Richard Nyberg <rnyberg@it.su.se> 29 30