diff options
Diffstat (limited to 'sys/fs/procfs/procfs_ctl.c')
| -rw-r--r-- | sys/fs/procfs/procfs_ctl.c | 2 |
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) |
