From owner-cvs-all Fri Mar 5 1:28:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 857AE1503C; Fri, 5 Mar 1999 01:28:48 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA85223; Fri, 5 Mar 1999 01:28:33 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903050928.BAA85223@freefall.freebsd.org> From: Bruce Evans Date: Fri, 5 Mar 1999 01:28:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys quotactl.2 src/sys/ufs/ufs quota.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/05 01:28:33 PST Modified files: lib/libc/sys quotactl.2 sys/ufs/ufs quota.h Log: 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 Revision Changes Path 1.9 +1 -1 src/lib/libc/sys/quotactl.2 1.12 +2 -2 src/sys/ufs/ufs/quota.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message