Subject: Re: CVS commit: basesrc
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/03/1999 02:04:18
>> I'm running make build to check if eproto_db[] is used at all
>> from the outside. If nobody else (in NetBSD src tree, actually)
>> is touching this, is it still necessary to increase the major #?
>The question is, does code outside our source tree use it, and, in the
>general case we can't know the answer to that question.
I agree, it turns out that usr.sbin/tcpdump peeps eproto_db[] so
we can't make it static. I'll just keep it public, bump the major
to 1, and notify everyone after that.
itojun