Module Name: src Committed By: dholland Date: Sun Nov 20 21:43:35 UTC 2011
Modified Files: src/common/include/quota: quota.h quotaprop.h src/lib/libquota: getnfsquota.c src/sys/compat/common: vfs_syscalls_50.c src/sys/sys: quota.h src/sys/ufs/ufs: quota1.h quota1_subr.c Log Message: Reshuffle decls among the quota headers so everything is in the place it should be: - stuff for the proplib interface goes in <quota/quotaprop.h> - stuff for userlevel only goes in <quota/quota.h> - stuff shared between user and kernel goes in <sys/quota.h> Note that <quota/quota.h> and <quota/quotaprop.h> are expected to be moved or removed later on... one thing at a time. Update include directives in other files as needed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/include/quota/quota.h \ src/common/include/quota/quotaprop.h cvs rdiff -u -r1.2 -r1.3 src/lib/libquota/getnfsquota.c cvs rdiff -u -r1.8 -r1.9 src/sys/compat/common/vfs_syscalls_50.c cvs rdiff -u -r1.4 -r1.5 src/sys/sys/quota.h cvs rdiff -u -r1.3 -r1.4 src/sys/ufs/ufs/quota1.h cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/ufs/quota1_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.