Module Name: src Committed By: dholland Date: Mon Jan 30 06:14:43 UTC 2012
Modified Files: src/usr.bin/quota: quotautil.c quotautil.h Log Message: Remove stray p in identifier name. This has (as far as I can tell) prevented quotacheck and other old-style quota bits from working since last March. Use a correct declaration in the header file, so that if something similar happens again affected programs will fail to link instead of failing to work. This kind of nonsense is why I like -Wl,-warn-common. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/quota/quotautil.c cvs rdiff -u -r1.3 -r1.4 src/usr.bin/quota/quotautil.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.