Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   dholland
Date:           Wed Feb  1 05:46:46 UTC 2012

Modified Files:
        src/include: quota.h
        src/lib/libquota: libquota.3 quota_cursor.c quota_kernel.c
            quota_oldfiles.c quota_schema.c quotapvt.h
        src/sys/compat/netbsd32: netbsd32.h
        src/sys/kern: vfs_syscalls.c
        src/sys/sys: quotactl.h

Log Message:
Be consistent about whether idtype and objtype codes are signed or
unsigned. They are signed. (While unsigned might have been a better
choice, it doesn't really matter and the majority of preexisting uses
were signed. And consistency is good.)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/include/quota.h
cvs rdiff -u -r1.2 -r1.3 src/lib/libquota/libquota.3 \
    src/lib/libquota/quota_kernel.c
cvs rdiff -u -r1.5 -r1.6 src/lib/libquota/quota_cursor.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libquota/quota_oldfiles.c \
    src/lib/libquota/quota_schema.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libquota/quotapvt.h
cvs rdiff -u -r1.91 -r1.92 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -u -r1.446 -r1.447 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/quotactl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index