rwatson 2006-11-30 10:54:55 UTC
FreeBSD src repository
Modified files:
sys/netinet in_pcb.c
Log:
Consistently use #ifdef INET6 rather than mixing and matching with
#if defined(INET6).
Don't comment the end of short #ifdef blocks.
Comment cleanup.
Line wrap.
Revision Changes Path
1.184 +19 -21 src/sys/netinet/in_pcb.c