Re: [PATCH] procfs: convert to C99 inits.

2005-03-14 Thread Randy.Dunlap
Ben Dooks wrote: On Mon, Mar 14, 2005 at 04:03:29PM -0800, Randy.Dunlap wrote: (resend) Use C99 struct inits as requested by sparse: fs/proc/base.c:738:2: warning: obsolete struct initializer, use C99 syntax fs/proc/base.c:739:2: warning: obsolete struct initializer, use C99 syntax I posted a patc

Re: [PATCH] procfs: convert to C99 inits.

2005-03-14 Thread Ben Dooks
On Mon, Mar 14, 2005 at 04:03:29PM -0800, Randy.Dunlap wrote: > (resend) > > Use C99 struct inits as requested by sparse: > fs/proc/base.c:738:2: warning: obsolete struct initializer, use C99 syntax > fs/proc/base.c:739:2: warning: obsolete struct initializer, use C99 syntax I posted a patch for

[PATCH] procfs: convert to C99 inits.

2005-03-14 Thread Randy.Dunlap
(resend) Use C99 struct inits as requested by sparse: fs/proc/base.c:738:2: warning: obsolete struct initializer, use C99 syntax fs/proc/base.c:739:2: warning: obsolete struct initializer, use C99 syntax Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> diffstat:= fs/proc/base.c |4 ++-- 1 fi