diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-03 14:54:48 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-03 14:54:48 +0000 |
| commit | 9b5e8b3aa54f6b5a613ad640be26529d4a45247e (patch) | |
| tree | a9998e1f2bc07a055eec218c76160973d186c314 /sys/miscfs/procfs/procfs_ctl.c | |
| parent | 2e52c1f9e5d291bc6ac80b16f23d521c3992d1a0 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_ctl.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_ctl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index dc4d5e50ded7..700b61971eff 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -36,7 +36,7 @@ * * @(#)procfs_ctl.c 8.3 (Berkeley) 1/21/94 * - * $Id: procfs_ctl.c,v 1.5 1995/03/16 18:13:46 bde Exp $ + * $Id: procfs_ctl.c,v 1.6 1995/07/16 10:12:50 bde Exp $ */ #include <sys/param.h> @@ -111,6 +111,8 @@ static vfs_namemap_t signames[] = { { 0 }, }; +static int procfs_control __P((struct proc *curp, struct proc *p, int op)); + static int procfs_control(curp, p, op) struct proc *curp; |
