freebsd-skq/sys/ufs
bde 801213cd08 Changed the type of quotactl()'s 4th arg from char *' to void *'
so that non-sloppy applications can call it without using disgusting
casts to avoid warnings.  The 4th arg is sort of varargs -- it must
sometimes represent a filename, sometimes a struct pointer, and is
sometimes unused.  The arg type is still caddr_t in the kernel.

Obtained from:	mostly from NetBSD
1999-03-05 09:28:33 +00:00
..
ffs Reorganize locking to avoid holding the lock during calls to bdwrite 1999-03-02 06:38:07 +00:00
mfs Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 00:57:57 +00:00
ufs Changed the type of quotactl()'s 4th arg from char *' to void *' 1999-03-05 09:28:33 +00:00