4.1cBSD/usr/src/usr.lib/undoc/libpriv/setquota.c

/*	%W%	(Melbourne)	%E%	*/

setquota(a, b, c, d)
{
	return(syscall(64+61, a, b, c, d));
}