CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/08/12 09:04:45
Modified files:
include : unistd.h
lib/libc/sys : quotactl.2
sys/kern : syscalls.master vfs_syscalls.c
Log message:
change the fourth argument of quotactl() from char* to void*
Depending on the quota control command, the fourth argument is a
filename, a pointer to struct, or it is ignored. This change brings
us back in sync with FreeBSD and NetBSD, who already changed the
type in the previous century.
ok deraadt@ tb@