Remove stray __P()

This commit is contained in:
Warner Losh 2009-02-15 01:12:16 +00:00
parent ada55ca0b7
commit 77bab78951
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188627

View File

@ -130,7 +130,7 @@ struct trapframe {
};
/* REVISIT */
struct frame *get_current_fp __P((void));
struct frame *get_current_fp(void);
#define get_next_fp(fp) (0)
#define get_return_ptr(fp) (0)
void get_stack_trace(u_int32_t depth, u_int32_t *trace);