Remove stray __P()

This commit is contained in:
imp 2009-02-15 01:12:16 +00:00
parent fe66a1d80c
commit dcfdfe3bd5

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);