Module Name: src Committed By: dholland Date: Sun Jan 29 07:16:54 UTC 2012
Modified Files: src/sys/ufs/ufs: quota2.h ufs_quota.c ufs_quota1.c ufs_quota2.c ufs_vfsops.c Log Message: Remove references to <quota/quotaprop.h> in src/sys/ufs. The remaining references in the kernel are in vfs_quotactl.c, the compat_50 code for the old quotactl (to be fixed up), and the code compiled from src/common/lib/libquota. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/ufs/quota2.h cvs rdiff -u -r1.103 -r1.104 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.15 -r1.16 src/sys/ufs/ufs/ufs_quota1.c cvs rdiff -u -r1.26 -r1.27 src/sys/ufs/ufs/ufs_quota2.c cvs rdiff -u -r1.47 -r1.48 src/sys/ufs/ufs/ufs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.