From 18a29c5f33c09b69e362822b00770bc6119a161e Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 3 Aug 2001 17:51:05 +0000 Subject: Remove dangling prototype for the now defunct procfs_kmemaccess() call. Obtained from: TrustedBSD Project --- sys/fs/procfs/procfs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h index 1882be6..b46b9c0 100644 --- a/sys/fs/procfs/procfs.h +++ b/sys/fs/procfs/procfs.h @@ -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 *)); -- cgit v1.1