cvs commit: src/libexec/ftpd ftpcmd.y ftpd.c
Yar Tikhiy
yar at FreeBSD.org
Sat Jul 31 07:46:54 PDT 2004
yar 2004-07-31 14:46:41 UTC
FreeBSD src repository
Modified files:
libexec/ftpd ftpcmd.y ftpd.c
Log:
Kill a small herd of casts to off_t where they were not needed.
Thank Fortune, the C compiler can figure out by itself the proper
conversion for assignments, comparisons, and prototyped function
arguments.
Revision Changes Path
1.58 +2 -2 src/libexec/ftpd/ftpcmd.y
1.162 +7 -8 src/libexec/ftpd/ftpd.c
More information about the cvs-src
mailing list