Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs ...and one more missed in the earlier commit (sigh)....



details:   https://anonhg.NetBSD.org/src/rev/f5cc236be256
branches:  trunk
changeset: 747138:f5cc236be256
user:      tls <tls%NetBSD.org@localhost>
date:      Thu Sep 03 21:06:21 2009 +0000

description:
...and one more missed in the earlier commit (sigh).  Kernels should build
again now.

diffstat:

 sys/nfs/nfs_var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73f45091f6c4 -r f5cc236be256 sys/nfs/nfs_var.h
--- a/sys/nfs/nfs_var.h Thu Sep 03 20:59:12 2009 +0000
+++ b/sys/nfs/nfs_var.h Thu Sep 03 21:06:21 2009 +0000
@@ -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 **,



Home | Main Index | Thread Index | Old Index