Remove an obsolete prototype for procfs_kmemaccess().

Submitted by:	rwatson
This commit is contained in:
Dag-Erling Smørgrav 2001-12-11 19:07:10 +00:00
parent 2651db53df
commit 40e7a740c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87669

View File

@ -58,9 +58,6 @@ int procfs_doproctype(PFS_FILL_ARGS);
int procfs_ioctl(PFS_IOCTL_ARGS);
int procfs_close(PFS_CLOSE_ARGS);
/* Return 1 if process has special kernel digging privileges */
int procfs_kmemaccess(struct proc *);
/* Attributes */
int procfs_attr(PFS_ATTR_ARGS);