Delete redundant decl of nfs_pub - it's in <sys/mount.h>.

Delete redundant decl of nfsrv_zapsock() - it's in <nfs/nfs_var.h>.
This commit is contained in:
simonb 2000-03-30 02:43:58 +00:00
parent 11bec2d6e1
commit b6c62dcaae
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_syscalls.c,v 1.36 1999/06/29 22:18:48 wrstuden Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.37 2000/03/30 02:43:58 simonb Exp $ */
/* /*
* Copyright (c) 1989, 1993 * Copyright (c) 1989, 1993
@ -81,8 +81,6 @@
#include <nfs/nfsrtt.h> #include <nfs/nfsrtt.h>
#include <nfs/nfs_var.h> #include <nfs/nfs_var.h>
void nfsrv_zapsock __P((struct nfssvc_sock *));
/* Global defs. */ /* Global defs. */
extern int32_t (*nfsrv3_procs[NFS_NPROCS]) __P((struct nfsrv_descript *, extern int32_t (*nfsrv3_procs[NFS_NPROCS]) __P((struct nfsrv_descript *,
struct nfssvc_sock *, struct nfssvc_sock *,
@ -101,7 +99,6 @@ static int nfs_numnfsd = 0;
static int notstarted = 1; static int notstarted = 1;
static int modify_flag = 0; static int modify_flag = 0;
static struct nfsdrt nfsdrt; static struct nfsdrt nfsdrt;
extern struct nfs_public nfs_pub;
#endif #endif
#define TRUE 1 #define TRUE 1