lkml.org 
[lkml]   [1999]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subjectlowlevel.c, udf 2.3.29-2 compile error and possible patch
From
Hello,
I received the following problem while compiling 2.3.29pre2 ..I
didn't get the error while compiling 2.3.28 .

lowlevel.c: 'In function udf_get_last_block'
lowlevel.c:126: 'block' undefined (First use in a function)
Leaving '/usr/src/linux/fs/udf'

Below is a possible patch...After applying the patch, a lowlevel.o file
is produced.
--- linux/fs/udf/lowlevel.old.c Sat Nov 20 19:15:15 1999
+++ linux/fs/udf/lowlevel.c Sat Nov 20 19:16:00 1999
@@ -123,7 +123,7 @@
BLKGETSIZE,
(unsigned long) &lblock);

- if (!ret && block != 0x7FFFFFFF) /* Hard Disk */
+ if (!ret && lblock != 0x7FFFFFFF) /* Hard Disk */
{
if (mult)
lblock *= mult;
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.022 / U:0.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site