[PATCH] Work around compiler error in proc_misc.c
From: Alan Stern <stern@rowland.harvard.edu> A change which was recently applied to fs/proc/proc_misc.c included a comment about splitting a seq_printf into two pieces to work around a bug in gcc-2.95.3. Unfortunately gcc-2.96 still chokes on the statements. The patch below makes it work better and tidies the code up a bit.
Showing
Please register or sign in to comment