:
:Okay, this time I'll even include the entire patch...
:
:-- Danny J. Zerkel
:[EMAIL PROTECTED]
Thanks Danny. I've comitted it.
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Okay, this time I'll even include the entire patch...
-- Danny J. Zerkel
[EMAIL PROTECTED]
--- svr4_stream.c.orig Thu Aug 31 18:54:05 2000
+++ svr4_stream.c Wed Nov 22 22:39:00 2000
@@ -162,7 +162,7 @@
struct uio ktruio;
#endif
- error = getsock(p->p_fd, s, &fp);
+
The recent renaming of getsock() to holdsock() broke COMPAT_SVR4 (and
MISC_FS).
I have made a quick stab at fixing it up in
src/sys/compat/svr4/svr4_stream.c,
but I'm a little hesitent to figure out what is going on in
src/sys/miscfs/portal/portal_vfsops.c.
Note: I don't actually use COMPAT_SVR4