Module Name: src Committed By: dholland Date: Mon Nov 5 17:16:18 UTC 2012
Modified Files: src/sys/sys: mount.h Log Message: Fix the prototype of vfs_quotactl() implementations in VFS_PROTOS(), since it's wrong there. This slipped by because the only implementation is in ufs, which isn't under a VFS_PROTOS declaration. To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 src/sys/sys/mount.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.