Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2009 01:12:17 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188627 - head/sys/mips/include
Message-ID:  <200902150112.n1F1CHh1035316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902150112.n1F1CHh1035316>