NetBSD/lib/libquota
dholland 01e782f371 Revert the following changes:
src/sys/sys/quotactl.h 1.37
   src/sys/compat/netbsd32/netbsd32.h 1.101
   src/sys/compat/netbsd32/netbsd32_netbsd.c 1.188, 1.189
   src/sys/kern/vfs_quotactl.c 1.39
   src/sys/kern/vfs_syscalls.c 1.483
   src/sys/ufs/lfs/ulfs_quota.c 1.11
   src/sys/ufs/ufs/ufs_quota.c 1.116
   src/lib/libquota/quota_kernel.c 1.5

and do them correctly.

If you're going to change the name of something, you need to change
the name of *all* the things with the same name, not just a handful,
and you should change it to something similar so it still matches the
rest of the system rather than just picking an arbitrarily different
name.

Hi, Joerg.

To wit, rename the quotactl "delete" operation to "del", because
"delete" is a reserved word in C++ and for some reason Joerg wants to
run internal interfaces used only by C code through his C++ compiler.
Do not rename it to "remove" instead, because this doesn't match
libquota or the rest of the usage throughout the system; and rename
all the related identifiers, not just the ones that blew the mind of
Joerg's C++ compiler.

Because this is not a user-facing API (the only userland consumer
sys/quotactl.h is libquota) it is sort of ok to make arbitrary
source-incompatible changes; however, by the same token it's completely
unnecessary. If it *were* a user-facing API that someone might have a
semi-rational reason to want to run a C++ compiler on, it would be
incorrect to change it at this point.
2014-06-28 22:27:50 +00:00
..
Makefile These directories default to WARNS?=5 2012-03-21 05:37:42 +00:00
libquota.3 Bump date for previous. 2012-02-13 13:23:29 +00:00
quota_cursor.c Be consistent about whether idtype and objtype codes are signed or 2012-02-01 05:46:45 +00:00
quota_delete.c Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
quota_get.c Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
quota_kernel.c Revert the following changes: 2014-06-28 22:27:50 +00:00
quota_nfs.c Some more errno remapping: if the NFS server is unreachable because we have 2014-06-11 08:43:01 +00:00
quota_oldfiles.c Check if fstab file exists before trying to parse it, to avoid 2012-02-24 18:00:09 +00:00
quota_open.c Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
quota_put.c Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
quota_schema.c Be consistent about whether idtype and objtype codes are signed or 2012-02-01 05:46:45 +00:00
quotapvt.h Be consistent about whether idtype and objtype codes are signed or 2012-02-01 05:46:45 +00:00
shlib_version Bump libquota.so major version (to 1) 2012-02-01 17:53:23 +00:00