Remove dangling prototype for the now defunct procfs_kmemaccess()

call.

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-08-03 17:51:05 +00:00
parent 07203494d2
commit 7d69e57088
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81112

View file

@ -139,9 +139,6 @@ int procfs_dotype __P((struct proc *, struct proc *, struct pfsnode *pfsp, struc
int procfs_docmdline __P((struct proc *, struct proc *, struct pfsnode *pfsp, struct uio *uio));
int procfs_dorlimit __P((struct proc *, struct proc *, struct pfsnode *pfsp, struct uio *uio));
/* Return 1 if process has special kernel digging privileges */
int procfs_kmemaccess __P((struct proc *));
/* functions to check whether or not files should be displayed */
int procfs_validfile __P((struct proc *));
int procfs_validfpregs __P((struct proc *));