]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix streams and svr4 module dependency. Both modules are complaining about
authorDmitry Chagin <dchagin@FreeBSD.org>
Sat, 23 Apr 2016 20:29:55 +0000 (20:29 +0000)
committerDmitry Chagin <dchagin@FreeBSD.org>
Sat, 23 Apr 2016 20:29:55 +0000 (20:29 +0000)
commit9f8621b1d5cfcfe86986ebe6b324ca0a9b8c408e
tree9c696e24009edfd940071f2c82b8f3574e3f89e3
parent4cb92c4cf419ec82c081fc3925f449af66e6a571
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.

PR: 208464
Submitted by: Kristoffer Eriksson
Reported by: Kristoffer Eriksson
MFC after: 2 week
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