...and one more missed in the earlier commit (sigh). Kernels should build

again now.
This commit is contained in:
tls 2009-09-03 21:06:21 +00:00
parent 41715850eb
commit 8352accb45

View File

@ -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 @@ void nfs_timer_srvfini(void);
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 **,