lkml.org 
[lkml]   [2003]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.5 patch] postfix a BeFS u64 constant with ULL
The patch below postfix a BeFS u64 constant with ULL.

Please apply
Adrian

--- linux-2.5.73-not-full/fs/befs/btree.c.old 2003-06-23 01:55:34.000000000 +0200
+++ linux-2.5.73-not-full/fs/befs/btree.c 2003-06-23 02:01:24.000000000 +0200
@@ -86,7 +86,7 @@
} befs_btree_node;

/* local constants */
-static const befs_off_t befs_bt_inval = 0xffffffffffffffff;
+static const befs_off_t befs_bt_inval = 0xffffffffffffffffULL;

/* local functions */
static int befs_btree_seekleaf(struct super_block *sb, befs_data_stream * ds,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.055 / U:3.648 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site