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:   ozaki-r
Date:           Thu Nov 26 01:41:20 UTC 2015

Modified Files:
        src/sys/kern: init_main.c
        src/sys/net: files.net if_llatbl.c
        src/sys/netinet: in.c

Log Message:
Fix build dependency of if_llatbl.c

if_llatbl.c is required if inet or inet6 is enabled. Depending on ether
doesn't suit for NDP case.


To generate a diff of this commit:
cvs rdiff -u -r1.474 -r1.475 src/sys/kern/init_main.c
cvs rdiff -u -r1.7 -r1.8 src/sys/net/files.net
cvs rdiff -u -r1.8 -r1.9 src/sys/net/if_llatbl.c
cvs rdiff -u -r1.162 -r1.163 src/sys/netinet/in.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