Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: dyoung
Date: Wed Dec 5 01:10:47 UTC 2007
Modified Files:
src/sys/compat/svr4: svr4_sockio.c svr4_sockio.h
src/sys/compat/svr4_32: svr4_32_sockio.c
Log Message:
Extract common code into subroutine svr4_count_ifnum().
Don't open-code queue(3) macros (x = ifnet.tqh_first; y =
x.if_list.tqe_next). Instead, use the macros themselves.
Use IFNET_FOREACH() and IFADDR_FOREACH().
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/compat/svr4/svr4_sockio.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/svr4/svr4_sockio.h
cvs rdiff -r1.17 -r1.18 src/sys/compat/svr4_32/svr4_32_sockio.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