Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libquota
Module Name: src
Committed By: dholland
Date: Mon Jan 9 15:22:39 UTC 2012
Modified Files:
src/lib/libquota: Makefile
Added Files:
src/lib/libquota: quota_cursor.c quota_delete.c quota_get.c
quota_open.c quota_put.c quota_schema.c
Log Message:
Add stub entry points of the entire new quota interface. These fail or
do nothing for the time being; however, putting them all in up front
avoids the need to do multiple bumps of the libquota.so version.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libquota/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/libquota/quota_cursor.c \
src/lib/libquota/quota_delete.c src/lib/libquota/quota_get.c \
src/lib/libquota/quota_open.c src/lib/libquota/quota_put.c \
src/lib/libquota/quota_schema.c
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