summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-15 01:12:16 +0000
committerimp <imp@FreeBSD.org>2009-02-15 01:12:16 +0000
commitdcfdfe3bd52eeff22565fe2fb143cf10d2bf93ad (patch)
tree6f5379197b55284beb3084e4ccd0444e7836d76a /sys/mips
parentfe66a1d80c9d3f4c26c7c108a15c1676a694b44b (diff)
downloadFreeBSD-src-dcfdfe3bd52eeff22565fe2fb143cf10d2bf93ad.zip
FreeBSD-src-dcfdfe3bd52eeff22565fe2fb143cf10d2bf93ad.tar.gz
Remove stray __P()
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/frame.h b/sys/mips/include/frame.h
index 43661a8..b08d88c 100644
--- a/sys/mips/include/frame.h
+++ b/sys/mips/include/frame.h
@@ -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);
OpenPOWER on IntegriCloud