diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index aa5d3c02ded9..794da67eb5e5 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_vnops.c,v 1.69 1999/09/02 23:33:45 thorpej Exp $ */ +/* $NetBSD: procfs_vnops.c,v 1.70 2000/03/30 02:20:14 simonb Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -99,8 +99,6 @@ struct proc_target { }; static int nproc_targets = sizeof(proc_targets) / sizeof(proc_targets[0]); -static pid_t atopid __P((const char *, u_int)); - int procfs_lookup __P((void *)); #define procfs_create genfs_eopnotsupp_rele #define procfs_mknod genfs_eopnotsupp_rele