aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 0e61f650250c..de49e9278ef5 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -167,7 +167,7 @@ struct kinfo_proc {
void *ki_kstack; /* kernel virtual addr of stack */
long ki_spare[22]; /* spare constants */
};
-void fill_kinfo_proc __P((struct proc *, struct kinfo_proc *));
+void fill_kinfo_proc(struct proc *, struct kinfo_proc *);
/* ki_sessflag values */
#define KI_CTTY 0x00000001 /* controlling tty vnode active */