mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Remove stray __P()
This commit is contained in:
parent
ada55ca0b7
commit
77bab78951
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188627
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user