svn commit: r188627 - head/sys/mips/include

Warner Losh imp at FreeBSD.org
Sat Feb 14 17:12:17 PST 2009


Author: imp
Date: Sun Feb 15 01:12:16 2009
New Revision: 188627
URL: http://svn.freebsd.org/changeset/base/188627

Log:
  Remove stray __P()

Modified:
  head/sys/mips/include/frame.h

Modified: head/sys/mips/include/frame.h
==============================================================================
--- head/sys/mips/include/frame.h	Sun Feb 15 00:28:28 2009	(r188626)
+++ head/sys/mips/include/frame.h	Sun Feb 15 01:12:16 2009	(r188627)
@@ -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);


More information about the svn-src-head mailing list