Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   msaitoh
Date:           Tue Apr 16 04:31:43 UTC 2019

Modified Files:
        src/sys/compat/common: if_43.c
        src/sys/compat/sys: sockio.h
        src/sys/net: if.c

Log Message:
Rename ifreqo2n() and ifreqo2n() to IFREQO2N_43() and IFREQN2O_43():
 - ifreqo2n() and ifreqn2o() are for COMPAT_43, so add _43 to the name.
 - Uppercase to make it clear those are macros.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/compat/common/if_43.c
cvs rdiff -u -r1.17 -r1.18 src/sys/compat/sys/sockio.h
cvs rdiff -u -r1.449 -r1.450 src/sys/net/if.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