FIX: Re: 2.3.36: error in fs/udf/inode.c

From: Alexandre Hautequest (hquest@istm.com.br)
Date: Wed Jan 05 2000 - 12:19:37 EST


Alexandre Hautequest wrote:
>
> gcc -D__KERNEL__ -I/usr/src/linux-2.3.36/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
> -fno-strength-reduce -DCPU=586 -march=i586 -DMODULE -DMODVERSIONS
> -include /usr/src/linux-2.3.36/include/linux/modversions.h -c -o
> inode.o inode.c
> inode.c: In function `udf_fill_inode':
> inode.c:1160: `S_FIFO' undeclared (first use in this function)
> inode.c:1160: (Each undeclared identifier is reported only once
> inode.c:1160: for each function it appears in.)
> make[2]: *** [inode.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.3.36/fs/udf'
> make[1]: *** [_modsubdir_udf] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.3.36/fs'
> make: *** [_mod_fs] Error 2

-- 
Alexandre Hautequest - Linux User #116289
"When I'm on the road, I'm indestructible. No one can stop me. But they
try..."

O .br que não para de crescer: http://stats.distributed.net/rc5-64/psearch.php3?st=.br

diff -r --unified linux.old/fs/udf/inode.c linux/fs/udf/inode.c --- linux.old/fs/udf/inode.c Wed Jan 5 15:16:58 2000 +++ linux/fs/udf/inode.c Wed Jan 5 18:20:37 2000 @@ -1157,7 +1157,7 @@ } case FILE_TYPE_FIFO: { - init_special_inode(inode, inode->i_mode|S_FIFO, 0); + init_special_inode(inode, inode->i_mode|S_IFIFO, 0); break; } case FILE_TYPE_SYMLINK:

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jan 07 2000 - 21:00:04 EST