Date: Mon, 15 Sep 2008 15:09:35 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_stream.c svr4_sysvec.c src/sys/modules/svr4 Makefile Message-ID: <200809151511.m8FFBFJD043651@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809151511.m8FFBFJD043651>