Re: [PATCH] utrace: make an inline void

2007-03-20 Thread Roland McGrath
> Avoid multiple/repeated warnings: > include/linux/utrace.h:594: warning: return type defaults to 'int' Oops! Thanks for catching this. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] utrace: make an inline void

2007-03-20 Thread Randy Dunlap
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 <[EMAIL PROTECTED]>