Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/nfs Missed this file in previous commit, accidentally ch...
details: https://anonhg.NetBSD.org/src/rev/73f45091f6c4
branches: trunk
changeset: 747137:73f45091f6c4
user: tls <tls%NetBSD.org@localhost>
date: Thu Sep 03 20:59:12 2009 +0000
description:
Missed this file in previous commit, accidentally checked in fix to local
repository copy! Sorry about that, folks.
diffstat:
sys/nfs/nfs_srvsocket.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 31b61059138c -r 73f45091f6c4 sys/nfs/nfs_srvsocket.c
--- a/sys/nfs/nfs_srvsocket.c Thu Sep 03 20:54:03 2009 +0000
+++ b/sys/nfs/nfs_srvsocket.c Thu Sep 03 20:59:12 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_srvsocket.c,v 1.3 2009/03/14 15:36:24 dsl Exp $ */
+/* $NetBSD: nfs_srvsocket.c,v 1.4 2009/09/03 20:59:12 tls Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1995
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_srvsocket.c,v 1.3 2009/03/14 15:36:24 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_srvsocket.c,v 1.4 2009/09/03 20:59:12 tls Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -110,7 +110,7 @@
* The void *arg is a pointer to the "struct nfssvc_sock".
*/
void
-nfsrv_soupcall(struct socket *so, void *arg, int waitflag)
+nfsrv_soupcall(struct socket *so, void *arg, int events, int waitflag)
{
struct nfssvc_sock *slp = (struct nfssvc_sock *)arg;
Home |
Main Index |
Thread Index |
Old Index