OSDN Git Service

[GCC4] fix build error in arch/alpha/kernel/osf_sys.c
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2006 16:36:54 +0000 (17:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 19 Nov 2006 17:02:10 +0000 (18:02 +0100)
commitbf0c2acddf4ac507f6730f72c4a21d19e5d0649a
tree9f5d9c4ad10d2a610852b1e79e6fb7f89f55d4dc
parentbf97a67dc4195ce0a3d5487a6287bc050aee864c
[GCC4] fix build error in arch/alpha/kernel/osf_sys.c

This patches fixes this error with gcc 4 on alpha :

gcc-4.1 -D__KERNEL__ -I/data/git/public/linux-2.4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-builtin-sprintf -fomit-frame-pointer -Wno-pointer-sign -pipe -mno-fp-regs -ffixed-8 -mcpu=ev6 -Wa,-mev6   -nostdinc -iwithprefix include -DKBUILD_BASENAME=osf_sys  -c -o osf_sys.o osf_sys.c
osf_sys.c: In function 'osf_filldir':
osf_sys.c:128: error: invalid lvalue in assignment
arch/alpha/kernel/osf_sys.c