linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] BEFS 64bit fixup
@ 2003-08-11 16:48 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2003-08-11 16:48 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/fs/befs/btree.c linux-2.5/fs/befs/btree.c
--- bk-linus/fs/befs/btree.c	2003-04-10 06:01:26.000000000 +0100
+++ linux-2.5/fs/befs/btree.c	2003-07-13 16:55:50.000000000 +0100
@@ -86,7 +86,7 @@ typedef struct {
 } 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-08-11 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-11 16:48 [PATCH] BEFS 64bit fixup davej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).