Module Name: src
Committed By: tls
Date: Thu Sep 3 21:06:21 UTC 2009
Modified Files:
src/sys/nfs: nfs_var.h
Log Message:
...and one more missed in the earlier commit (sigh). Kernels should build
again now.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/nfs/nfs_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/nfs/nfs_var.h
diff -u src/sys/nfs/nfs_var.h:1.88 src/sys/nfs/nfs_var.h:1.89
--- src/sys/nfs/nfs_var.h:1.88 Tue Jul 7 14:09:05 2009
+++ src/sys/nfs/nfs_var.h Thu Sep 3 21:06:21 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_var.h,v 1.88 2009/07/07 14:09:05 christos Exp $ */
+/* $NetBSD: nfs_var.h,v 1.89 2009/09/03 21:06:21 tls Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -183,7 +183,7 @@
int nfs_sigintr(struct nfsmount *, struct nfsreq *, struct lwp *);
int nfs_getreq(struct nfsrv_descript *, struct nfsd *, int);
int nfs_msg(struct lwp *, const char *, const char *);
-void nfsrv_soupcall(struct socket *, void *, int);
+void nfsrv_soupcall(struct socket *, void *, int, int);
void nfsrv_rcv(struct nfssvc_sock *);
int nfsrv_getstream(struct nfssvc_sock *, int);
int nfsrv_dorec(struct nfssvc_sock *, struct nfsd *, struct nfsrv_descript **,