Date: Fri, 29 Jan 1999 12:01:19 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Mike Smith <mike@smith.net.au> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys module.h exec.h Message-ID: <199901292001.MAA80908@apollo.backplane.com> References: <199901291700.JAA01084@dingo.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901292001.MAA80908>
