On 10 Oct 02 at 21:33, Arjan van de Ven wrote:
> On Thu, 2002-10-10 at 21:07, David Grothe wrote:
>
> > LiS is LGPL. Would it work if the exported symbol was GPL only?
>
> since LiS becomes GPL when you link it into the kernel with insmod,
> that's not a problem ;)
Only problem is that modutils do not know about LGPL, you must use
"GPL with additional rights" in source (at least Debian's 2.4.19-3),
and "GPL with additional rights" might be too ambiguous for authors.
Petr Vandrovec
[email protected]
Here is a proposed "final" patch for the streams hooks. I think that it
takes into account all suggestions. I put the prototype in linux/sys.h.
This is for stock 2.4.19, and has been tested.
-- Dave
On Fri, 2002-10-11 at 15:22, David Grothe wrote:
> Here is a proposed "final" patch for the streams hooks. I think that it
> takes into account all suggestions. I put the prototype in linux/sys.h.
>
> This is for stock 2.4.19, and has been tested.
>
Looks good to me