Module Name: src Committed By: dholland Date: Sun Jan 29 19:36:15 UTC 2012
Modified Files: src/sys/sys: quota.h quotactl.h Log Message: Move the semantic restriction codes from sys/quotactl.h to sys/quota.h; they're meant to be used by applications and were stuffed into the wrong place by accident last week and got committed that way yesterday. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/sys/quota.h cvs rdiff -u -r1.30 -r1.31 src/sys/sys/quotactl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.