cvs commit: src/sys/compat/svr4 svr4_stream.c svr4_sysvec.c
src/sys/modules/svr4 Makefile
Ed Schouten
ed at FreeBSD.org
Mon Sep 15 15:11:15 UTC 2008
ed 2008-09-15 15:09:35 UTC
FreeBSD src repository
Modified files:
sys/compat/svr4 svr4_stream.c svr4_sysvec.c
sys/modules/svr4 Makefile
Log:
SVN rev 183040 on 2008-09-15 15:09:35Z by ed
Allow COMPAT_SVR4 to be built without COMPAT_43.
It seems we only depend on COMPAT_43 to implement the send() and recv()
routines. We can easily implement them using sendto() and recvfrom(),
just like we do inside our very own C library.
I wasn't able to really test it, apart from simple compilation testing.
I've heard rumours that COMPAT_SVR4 is broken inside execve() anyway.
It's still worth to fix this, because I suspect we'll get rid of
COMPAT_43 somewhere in the future...
Reviewed by: rdivacky
Discussed with: jhb
Revision Changes Path
1.64 +20 -12 src/sys/compat/svr4/svr4_stream.c
1.46 +0 -4 src/sys/compat/svr4/svr4_sysvec.c
1.32 +1 -6 src/sys/modules/svr4/Makefile
More information about the cvs-src
mailing list