Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 12/16/1999 09:29:54
Module Name:	basesrc
Committed By:	bouyer
Date:		Thu Dec 16 17:29:54 UTC 1999

Modified Files:
	basesrc/usr.bin/quota: quota.c
	basesrc/usr.sbin/edquota: edquota.c

Log Message:
Explicitely cast to (u_quad_t) calls to btodb() and dbtob() to avoid
int overflow. It's now possible to add/display quotas of more than
4G.
XXX I'm sure there is a PR open on this but I couln't find it with the
usual search engines. If someone knows it's number ...


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/quota/quota.c
cvs rdiff -r1.18 -r1.19 basesrc/usr.sbin/edquota/edquota.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.