summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-11 19:07:10 +0000
committerdes <des@FreeBSD.org>2001-12-11 19:07:10 +0000
commita3fff002fac556e3f3c4707f3d2f16a2b895a50a (patch)
tree09b2fd34b6bfa75445665de606db67c23a2bf982 /sys/fs
parentcb43fb607e1c49918b9c3196f27689f155062979 (diff)
downloadFreeBSD-src-a3fff002fac556e3f3c4707f3d2f16a2b895a50a.zip
FreeBSD-src-a3fff002fac556e3f3c4707f3d2f16a2b895a50a.tar.gz
Remove an obsolete prototype for procfs_kmemaccess().
Submitted by: rwatson
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/procfs/procfs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h
index bf5b756..420d4e6 100644
--- a/sys/fs/procfs/procfs.h
+++ b/sys/fs/procfs/procfs.h
@@ -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);
OpenPOWER on IntegriCloud