delete unused extern decl

This commit is contained in:
deraadt 1994-08-08 19:29:29 +00:00
parent e468e90afd
commit 0e5ad5faf5
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_vnops.c,v 1.36 1994/07/12 19:46:36 mycroft Exp $ */
/* $NetBSD: nfs_vnops.c,v 1.37 1994/08/08 19:29:29 deraadt Exp $ */
/*
* Copyright (c) 1989, 1993
@ -237,7 +237,6 @@ void nqnfs_clientlease();
*/
extern u_long nfs_procids[NFS_NPROCS];
extern u_long nfs_prog, nfs_vers, nfs_true, nfs_false;
extern char nfsiobuf[MAXPHYS+NBPG];
struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
int nfs_numasync = 0;
#define DIRHDSIZ (sizeof (struct dirent) - (MAXNAMLEN + 1))