From owner-cvs-all Fri Jan 29 12:01:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03712 for cvs-all-outgoing; Fri, 29 Jan 1999 12:01:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03704; Fri, 29 Jan 1999 12:01:52 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id MAA80908; Fri, 29 Jan 1999 12:01:19 -0800 (PST) (envelope-from dillon) Date: Fri, 29 Jan 1999 12:01:19 -0800 (PST) From: Matthew Dillon Message-Id: <199901292001.MAA80908@apollo.backplane.com> To: Mike Smith Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys module.h exec.h References: <199901291700.JAA01084@dingo.cdrom.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk All the related type extensions are also prepended, and c_caddr_t looks better then caddr_t_c so I used that nomenclature all the way through to reduce confusion. -Matt : :> 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. : :Convention when you are encoding type information into function/macro :names is to apend, not prepend. : :In this case, you'd use SYSINIT_CV() : :-- :\\ Sometimes you're ahead, \\ Mike Smith :\\ sometimes you're behind. \\ mike@smith.net.au :\\ The race is long, and in the \\ msmith@freebsd.org :\\ end it's only with yourself. \\ msmith@cdrom.com : : : Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message