From owner-cvs-all Fri Mar 5 3:27: 3 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 D9C2915146; Fri, 5 Mar 1999 03:25:47 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA93967; Fri, 5 Mar 1999 03:25:32 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903051125.DAA93967@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Fri, 5 Mar 1999 03:25:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs quota.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/05 03:25:31 PST Modified files: sys/ufs/ufs quota.h Log: Moved kernel declarations inside the KERNEL ifdef, and removed include of <sys/queue.h> in the !KERNEL case. The prerequisites for <ufs/ufs/quota.h> were broken in Lite2 by converting some of the kernel declarations to use queue macros without including <sys/queue.h>. <sys/queue.h> was included in applications in /usr/src instead. We polluted this file instead of merging the changes in the applications. Include <sys/queue.h> in the KERNEL case, and forward-declare all structs that are used in prototypes, so that this file is almost self-sufficient even in the kernel. Obtained from: mostly from NetBSD Revision Changes Path 1.13 +7 -7 src/sys/ufs/ufs/quota.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message