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:   knakahara
Date:           Fri Apr 20 09:56:22 UTC 2018

Modified Files:
        src/sys/net: if_sl.c if_strip.c
        src/sys/netinet: in.c
        src/sys/netisdn: i4b_ipr.c

Log Message:
SIOCSIFDSTADDR uses struct ifreq instead of struct ifaddr or struct in_aliasreq.

SIOCSIFDSTADDR is not used by base package commands...

I checked sys/net*/* only.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/net/if_sl.c
cvs rdiff -u -r1.108 -r1.109 src/sys/net/if_strip.c
cvs rdiff -u -r1.228 -r1.229 src/sys/netinet/in.c
cvs rdiff -u -r1.42 -r1.43 src/sys/netisdn/i4b_ipr.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