Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 1999 09:00:18 -0800
From:      Mike Smith <mike@smith.net.au>
To:        Matt Dillon <dillon@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/sys module.h exec.h 
Message-ID:  <199901291700.JAA01084@dingo.cdrom.com>
In-Reply-To: Your message of "Thu, 28 Jan 1999 22:47:53 PST." <199901290647.WAA32247@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



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?199901291700.JAA01084>