]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r298519:
authordchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 7 May 2016 08:30:21 +0000 (08:30 +0000)
committerdchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 7 May 2016 08:30:21 +0000 (08:30 +0000)
commit3f2fa37161574e932f5ef1cd8e31031af52f1cac
tree90552d663102aadd516909cfab861d21b657c3d4
parent2a6b74ac0cf56961a6d52f04c39fa3d45b30c2ee
MFC r298519:
Fix streams and svr4 module dependency. Both modules are complaining about
undefined symbol svr4_delete_socket which was moved from streams to the svr4 module
in r160558 that created a two-way dependency between them.

MFC r298520:
Allow to build svr4 module with SYSV support separatelly from the kernel build.

PR: 208464
Reported by: Kristoffer Eriksson

git-svn-id: svn://svn.freebsd.org/base/stable/10@299215 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/compat/svr4/svr4_ipc.c
sys/compat/svr4/svr4_socket.c
sys/compat/svr4/svr4_sysvec.c
sys/dev/streams/streams.c
sys/modules/streams/Makefile
sys/modules/svr4/Makefile