summaryrefslogtreecommitdiff
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commitb63dc6ad473b82b196386d0c3dcbd1056cea81df (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/amd64/include/proc.h
parent69c2d429c13b29b1cb66d1990d969d1314f5960f (diff)
Notes
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r--sys/amd64/include/proc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index 5b50824f824f..f011b5c37149 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -59,9 +59,9 @@ struct mdproc {
#ifdef _KERNEL
-void set_user_ldt __P((struct mdproc *));
-struct proc_ldt *user_ldt_alloc __P((struct mdproc *, int));
-void user_ldt_free __P((struct thread *));
+void set_user_ldt(struct mdproc *);
+struct proc_ldt *user_ldt_alloc(struct mdproc *, int);
+void user_ldt_free(struct thread *);
#endif /* _KERNEL */