Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/nfs



Thor Lancelot Simon wrote:
>Module Name:    src
>Committed By:   tls
>Date:           Thu Sep  3 20:59:13 UTC 2009
>
>Modified Files:
>        src/sys/nfs: nfs_srvsocket.c
>
>Log Message:
>Missed this file in previous commit, accidentally checked in fix to local
>repository copy!  Sorry about that, folks.

I think we also need the following, not tested:

Index: smb_trantcp.c
===================================================================
RCS file: /cvsroot/src/sys/netsmb/smb_trantcp.c,v
retrieving revision 1.42
diff -u -r1.42 smb_trantcp.c
--- smb_trantcp.c       29 Mar 2009 19:21:20 -0000      1.42
+++ smb_trantcp.c       3 Sep 2009 23:32:25 -0000
@@ -127,7 +127,7 @@
 }
 
 static void
-nb_upcall(struct socket *so, void *arg, int waitflag)
+nb_upcall(struct socket *so, void *arg, int events, int waitflag)
 {
        struct nbpcb *nbp = (void *)arg;
 


Home | Main Index | Thread Index | Old Index