cvs commit: src/sbin/quotacheck preen.c
Mike Pritchard
mpp at FreeBSD.org
Sat Sep 15 19:59:32 PDT 2007
mpp 2007-09-16 02:59:32 UTC
FreeBSD src repository
Modified files:
sbin/quotacheck preen.c
Log:
Fix "quotacheck -a" from core dumping on 64 bit systems by correctly
declaring the return value used by the routines in preen.c as a pointer
type, instead of "int", which was causing the pointer to be truncated.
Tested by: marck
Approved by: re (bmah)
Revision Changes Path
1.26 +10 -9 src/sbin/quotacheck/preen.c
More information about the cvs-src
mailing list