]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use %jd in format string and cast argument to intmax_t instead of using
authorTim J. Robbins <tjr@FreeBSD.org>
Sun, 6 Oct 2002 03:50:06 +0000 (03:50 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sun, 6 Oct 2002 03:50:06 +0000 (03:50 +0000)
commit8b9f20c6227f71afdc2b1703969b397573ee027b
treebc1a1338076c3818e0c29c3a038436eea901b1e5
parent5b94264c208e2eee704ce67146e52c271dc4ef6f
Use %jd in format string and cast argument to intmax_t instead of using
%qd to print struct stat.st_size. Remove WARNS=0 and WFORMAT=0 from
Makefile.

Tested on: alpha, sparc64, i386
bin/rcp/Makefile
bin/rcp/rcp.c