Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netsmb Grr. One last thing from the upcall-direction pa...
details: https://anonhg.NetBSD.org/src/rev/b0e95517065f
branches: trunk
changeset: 747142:b0e95517065f
user: tls <tls%NetBSD.org@localhost>
date: Fri Sep 04 01:41:06 2009 +0000
description:
Grr. One last thing from the upcall-direction patch which I failed to
check in correctly.
diffstat:
sys/netsmb/smb_trantcp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5bdb1d963bf0 -r b0e95517065f sys/netsmb/smb_trantcp.c
--- a/sys/netsmb/smb_trantcp.c Fri Sep 04 00:50:04 2009 +0000
+++ b/sys/netsmb/smb_trantcp.c Fri Sep 04 01:41:06 2009 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index