OSDN Git Service

fix build error with some flavours of gcc 2.95.3
authorSteve Rosenbluth <conceptoverdrive@sbcglobal.net>
Sun, 1 Jun 2008 14:35:54 +0000 (16:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 1 Jun 2008 18:23:57 +0000 (20:23 +0200)
commit9a92158f111f198af2795dcfd62e2e68494827b0
treee3ddd9e5f86e5439ec79b04895e825e0f62755d1
parent141ae8478e2c45ce1ac9b480a979d7fa0f7fbc72
fix build error with some flavours of gcc 2.95.3

This patches include/asm/processor.h
Sometime between 2.4.29 and 2.4.36.2 spaces were deleted between colons
which causes compiler gcc 2.95.3 to fail to parse the header
when compiling applications which include it.
Adding back the spaces solves the problem on gcc 2.95.3.
gcc 4.1.1 also compiles the kernel OK with this patch."

Signed-off-by: Willy Tarreau <w@1wt.eu>
include/asm-i386/processor.h