summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs')
-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 3a73980..3fff9b3 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)
OpenPOWER on IntegriCloud