Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: 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.
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.
Home |
Main Index |
Thread Index |
Old Index