summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb_ext.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/pcb_ext.h
parent0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff)
downloadFreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip
FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz
Remove __P.
Diffstat (limited to 'sys/amd64/include/pcb_ext.h')
-rw-r--r--sys/amd64/include/pcb_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pcb_ext.h b/sys/amd64/include/pcb_ext.h
index 3256f99..cf5a911 100644
--- a/sys/amd64/include/pcb_ext.h
+++ b/sys/amd64/include/pcb_ext.h
@@ -45,7 +45,7 @@ struct pcb_ext {
#ifdef _KERNEL
-int i386_extend_pcb __P((struct thread *));
+int i386_extend_pcb(struct thread *);
#endif
OpenPOWER on IntegriCloud