From owner-cvs-all Thu Jan 28 22:47:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01213 for cvs-all-outgoing; Thu, 28 Jan 1999 22:47:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01208; Thu, 28 Jan 1999 22:47:54 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA32247; Thu, 28 Jan 1999 22:47:53 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Thu, 28 Jan 1999 22:47:53 -0800 (PST) Message-Id: <199901290647.WAA32247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys module.h exec.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/28 22:47:53 PST Modified files: sys/sys module.h exec.h Log: Have EXEC_SET use C_DECLARE_MODULE instead of DECLARE_MODULE. Add C_DECLARE_MODULE - same as DECLARE_MODULE but uses C_SYSINIT instead of SYSINIT. The C_ items are going to be used for items passing const data to sysinit. Revision Changes Path 1.9 +7 -3 src/sys/sys/module.h 1.22 +2 -2 src/sys/sys/exec.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message