* [2.5 patch] postfix a BeFS u64 constant with ULL
@ 2003-06-23 0:07 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-23 0:07 UTC (permalink / raw)
To: Will Dyson; +Cc: linux-kernel, trivial
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-22 23:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-23 0:07 [2.5 patch] postfix a BeFS u64 constant with ULL Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.