![]() | |||||||||||
Messages in this thread
Patch in this message |
On Mon, 19 Mar 2007 20:56:23 -0800 Andrew Morton wrote: > > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc4-mm1/ > > Will appear later at > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc4/2.6.21-rc4-mm1/ From: Randy Dunlap <randy.dunlap@oracle.com> Avoid multiple/repeated warnings: include/linux/utrace.h:594: warning: return type defaults to 'int' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- include/linux/utrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21-rc4-mm1.orig/include/linux/utrace.h +++ linux-2.6.21-rc4-mm1/include/linux/utrace.h @@ -590,7 +590,7 @@ static inline void utrace_report_death(s { BUG(); } -static inline utrace_report_delayed_group_leader(struct task_struct *tsk) +static inline void utrace_report_delayed_group_leader(struct task_struct *tsk) { BUG(); } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2007-03-20 19:13 [from the cache] ©2003-2008 | |||||||||||