Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 1996 21:43:52 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        bde@zeta.org.au, julian@ref.tfs.com, chuckr@Glue.umd.edu, freebsd-current@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de, terry@lambert.org
Subject:   Re: execve
Message-ID:  <199605030443.VAA13535@phaeton.artisoft.com>
In-Reply-To: <199605022210.IAA00812@godzilla.zeta.org.au> from "Bruce Evans" at May 3, 96 08:10:14 am

next in thread | previous in thread | raw e-mail | index | archive | help
> >what about files that need to have multiple linker sets..
> >(there are a few)
> 
> This leads to my next topic :-).  There shouldn't be any such files because
> they don't work as lkm's.  For lkm's there should be a single entry point
> that registers all the necessary objects and functions:
> 
> void foo_init(void *arg)
> {
> 	register_bar_func(func_1);
> 	...
> 	register_baz_obj(obj_1);
> 	...
> }

AGREE!


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605030443.VAA13535>