
There's a typo in J_ROLLBACKING's value, it's 3 where it should be 4 because
we're using it as a flag.


---

 cur-root/libjio.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN libjio.h~rollbacking_flags libjio.h
--- cur/libjio.h~rollbacking_flags	2004-07-28 23:43:46.606492232 -0300
+++ cur-root/libjio.h	2004-07-28 23:44:00.428390984 -0300
@@ -140,7 +140,7 @@ FILE *jfsopen(struct jfs *stream, const 
 /* jtrans constants */
 #define J_COMMITED	1	/* mark a transaction as commited */
 #define J_ROLLBACKED	2	/* mark a transaction as rollbacked */
-#define J_ROLLBACKING	3	/* mark a transaction as rollbacking */
+#define J_ROLLBACKING	4	/* mark a transaction as rollbacking */
 
 /* disk constants */
 #define J_DISKHEADSIZE	 12	/* length of disk_header */
_
