diff options
| author | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
| commit | 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch) | |
| tree | 9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/amd64/include/proc.h | |
| parent | dfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff) | |
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/arch/amd64/include/proc.h')
| -rw-r--r-- | sys/arch/amd64/include/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/proc.h b/sys/arch/amd64/include/proc.h index db27e89dcc1..66c1980e83c 100644 --- a/sys/arch/amd64/include/proc.h +++ b/sys/arch/amd64/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.11 2008/10/26 00:08:15 mrg Exp $ */ +/* $NetBSD: proc.h,v 1.12 2009/03/14 14:45:54 dsl Exp $ */ /* * Copyright (c) 1991 Regents of the University of California. @@ -56,7 +56,7 @@ struct mdlwp { struct mdproc { int md_flags; /* Syscall handling function */ - void (*md_syscall) __P((struct trapframe *)); + void (*md_syscall)(struct trapframe *); }; /* md_flags */ |
