• Andrew Morton's avatar
    [PATCH] Work around compiler error in proc_misc.c · 2d56ea2d
    Andrew Morton authored
    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.
    2d56ea2d
proc_misc.c 18.7 KB