Module Name: src Committed By: martin Date: Mon Jul 30 08:24:58 UTC 2012
Modified Files: src/sys/ufs/ufs [netbsd-6]: ufs_quota.c ufs_quota.h Log Message: Pull up following revision(s) (requested by dholland in ticket #450): sys/ufs/ufs/ufs_quota.c: revision 1.110 sys/ufs/ufs/ufs_quota.h: revision 1.21 sys/ufs/ufs/ufs_quota.c: revision 1.109 Eliminate a common in a header file (add a missing extern) and declare it in the approriate C file. Restore accidentally lost initialization of quotatypes[]. Fixes (null) in the kernel message triggered when you go over quota, and maybe other things. Reported by Matthew Mondor. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.108.2.1 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.20 -r1.20.2.1 src/sys/ufs/ufs/ufs_quota.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.