Subject: re: CVS commit: src/sys/net
To: None <reinoud@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 12/30/2004 23:38:57
   
   Module Name:	src
   Committed By:	reinoud
   Date:		Wed Dec 29 17:57:19 UTC 2004
   
   Modified Files:
   	src/sys/net: if_tokensubr.c
   
   Log Message:
   Remove conditional around label. Its allways used in the code and thus not
   explicitly only for the protocols indicated by the #if
   
   Allthough its unlikely a kernel will be build without NET_INET, it will
   fail compilation here when NET_INET is not defined.


this change seems broken to me.  the #if you removed encompasses
exactly how the label is used, and as you say, it now will fail
without options INET.  what is the purpose of this change?  i
think it should be reverted.


.mrg.