summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ctl.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 22:20:14 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 22:20:14 +0000
commit11caded34f959dae72d4415f1e9f84d0dfa32e98 (patch)
treecf7078f9ddebb58cb7cd55dcd736f1f25c75ac7f /sys/fs/procfs/procfs_ctl.c
parent2d4ac0e8343e11a8cda79f2649f8a3479366ab87 (diff)
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_ctl.c')
-rw-r--r--sys/fs/procfs/procfs_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c
index 3a73980fd1fb..3fff9b373d4d 100644
--- a/sys/fs/procfs/procfs_ctl.c
+++ b/sys/fs/procfs/procfs_ctl.c
@@ -108,7 +108,7 @@ static struct namemap signames[] = {
{ 0 },
};
-static int procfs_control __P((struct proc *curp, struct proc *p, int op));
+static int procfs_control(struct proc *curp, struct proc *p, int op);
static int
procfs_control(struct proc *curp, struct proc *p, int op)