diff options
Diffstat (limited to 'sys/amd64/include/frame.h')
| -rw-r--r-- | sys/amd64/include/frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index 0cfff1aead71..c32afc4b8a7f 100644 --- a/sys/amd64/include/frame.h +++ b/sys/amd64/include/frame.h @@ -153,8 +153,8 @@ struct clockframe { int cf_ss; }; -int kdb_trap __P((int, int, struct trapframe *)); -extern int (*pmath_emulate) __P((struct trapframe *)); +int kdb_trap(int, int, struct trapframe *); +extern int (*pmath_emulate)(struct trapframe *); #define INTR_TO_TRAPFRAME(frame) ((struct trapframe *)&(frame)->if_fs) |
