summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commit61bf661405b71b867b513fdce9829fe2621814e2 (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/amd64/include/proc.h
parent0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff)
downloadFreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip
FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz
Remove __P.
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 5b50824..f011b5c 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 */
OpenPOWER on IntegriCloud