imp 2005-10-12 19:12:46 UTC
FreeBSD src repository
Modified files:
sys/net if_fwsubr.c
Log:
Be pedantic here: We're converting from network byte order to host
byte order in these cases. This is a nop in terms of the generated
code, but is logically incorrect.
PR: 73852
Revision Changes Path
1.17 +2 -2 src/sys/net/if_fwsubr.c