Subject: Re: NetBSD master CVS tree commits
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 04/16/1997 01:28:02
In article <199704152252.IAA07679@plum.cyber.com.au> darrenr@cyber.com.au (Darren Reed) writes:
>In some mail I received from source@NetBSD.ORG, sie wrote
>> 
>> 
>> christos
>> Tue Apr 15 14:58:28 EDT 1997
>> Update of /a/cvsroot/src/sys/lkm/netinet/if_ipl
>> In directory netbsd1:/var/slash-tmp/cvs-serv25002
>> 
>> Modified Files:
>> 	mln_ipl.c 
>> Log Message:
>> We don't want iplread to change to enodev() when we don't have IPFILTER_LOG
>> defined.
>
>I haven't looked at what it is changed to, but why do you say this ?
>
>typically, when the code is compiled without IPFILTER_LOG, there is no
>iplread - not even a stub.

Well, there are two problems with having iplread being defined to enodev.
  - it does not match the prototype with the read function.
  - conf.c expects to be able to link in an iplread function even when
    IPFILTER_LOG is not defined.

christos