Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
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.
Home |
Main Index |
Thread Index |
Old Index