Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 12/29/2004 17:57:19
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.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/net/if_tokensubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.