Re: RE: COMPAT_SVR4 broken after uipc_syscalls commit (1.77)

2000-11-23 Thread Matt Dillon
: :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

RE: COMPAT_SVR4 broken after uipc_syscalls commit (1.77)

2000-11-22 Thread Danny J. Zerkel
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); +

COMPAT_SVR4 broken after uipc_syscalls commit (1.77)

2000-11-22 Thread Danny J. Zerkel
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