Deleted Added
full compact
nfsrvstats.h (37291) nfsrvstats.h (38482)
1/*
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.4 (Berkeley) 5/1/95
1/*
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.4 (Berkeley) 5/1/95
37 * $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
37 * $Id: nfs.h,v 1.42 1998/06/30 11:19:22 jmg Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

--- 671 unchanged lines hidden (view full) ---

717int nfsrv_statfs __P((struct nfsrv_descript *nfsd,
718 struct nfssvc_sock *slp,
719 struct proc *procp, struct mbuf **mrq));
720int nfsrv_symlink __P((struct nfsrv_descript *nfsd,
721 struct nfssvc_sock *slp,
722 struct proc *procp, struct mbuf **mrq));
723int nfsrv_write __P((struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
724 struct proc *procp, struct mbuf **mrq));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

--- 671 unchanged lines hidden (view full) ---

717int nfsrv_statfs __P((struct nfsrv_descript *nfsd,
718 struct nfssvc_sock *slp,
719 struct proc *procp, struct mbuf **mrq));
720int nfsrv_symlink __P((struct nfsrv_descript *nfsd,
721 struct nfssvc_sock *slp,
722 struct proc *procp, struct mbuf **mrq));
723int nfsrv_write __P((struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
724 struct proc *procp, struct mbuf **mrq));
725void nfsrv_rcv __P((struct socket *so, caddr_t arg, int waitflag));
725void nfsrv_rcv __P((struct socket *so, void *arg, int waitflag));
726void nfsrv_slpderef __P((struct nfssvc_sock *slp));
727#endif /* KERNEL */
728
729#endif
726void nfsrv_slpderef __P((struct nfssvc_sock *slp));
727#endif /* KERNEL */
728
729#endif