Module Name:    src
Committed By:   tls
Date:           Fri Sep  4 01:41:06 UTC 2009

Modified Files:
        src/sys/netsmb: smb_trantcp.c

Log Message:
Grr.  One last thing from the upcall-direction patch which I failed to
check in correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/netsmb/smb_trantcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netsmb/smb_trantcp.c
diff -u src/sys/netsmb/smb_trantcp.c:1.42 src/sys/netsmb/smb_trantcp.c:1.43
--- src/sys/netsmb/smb_trantcp.c:1.42	Sun Mar 29 19:21:20 2009
+++ src/sys/netsmb/smb_trantcp.c	Fri Sep  4 01:41:06 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: smb_trantcp.c,v 1.42 2009/03/29 19:21:20 christos Exp $	*/
+/*	$NetBSD: smb_trantcp.c,v 1.43 2009/09/04 01:41:06 tls Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smb_trantcp.c,v 1.42 2009/03/29 19:21:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smb_trantcp.c,v 1.43 2009/09/04 01:41:06 tls Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -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;
 

Reply via email to