CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/27 21:21:12
Modified files:
usr.bin/ssh : scp.c
Log message:
Avoid relying on implementation-specific behavior when detecting
whether the timestamp or file size overflowed. If time_t and
off_t are not either 32-bit or 64-bit scp will exit with an error.
OK djm@
