summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-12 09:09:40 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-12 09:09:40 +0000
commit47fb6771ce9fd6f3272ad619d2c7b95ff26a45e4 (patch)
tree98ab0ed1c8035dd8bb23dc6efb49757cc44f8f95 /sys/nfs
parent418bdfa729c70107aebb958a49946eaa375133a5 (diff)
nfs_procids was removed in 1996
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index e951b58ae45..1bb790f3328 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_vfsops.c,v 1.130 2024/05/01 13:15:59 jsg Exp $ */
+/* $OpenBSD: nfs_vfsops.c,v 1.131 2024/05/12 09:09:39 jsg Exp $ */
/* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */
/*
@@ -64,7 +64,6 @@
extern struct nfsstats nfsstats;
extern int nfs_ticks;
-extern u_int32_t nfs_procids[NFS_NPROCS];
int nfs_sysctl(int *, u_int, void *, size_t *, void *, size_t,
struct proc *);