summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-01-09 08:35:54 +0000
committerfjoe <fjoe@FreeBSD.org>2004-01-09 08:35:54 +0000
commit566eec59f9ae245e34787e5d2b10e94516888307 (patch)
treeb17f442953c4b3c48072017507b189406104d092 /sysutils
parent53062c249dbba5bd6e397bc3237ed00649a3d853 (diff)
downloadFreeBSD-ports-566eec59f9ae245e34787e5d2b10e94516888307.zip
FreeBSD-ports-566eec59f9ae245e34787e5d2b10e94516888307.tar.gz
j_mount_id should be __u32.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub/files/patch-stage2_fsys_reiserfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub/files/patch-stage2_fsys_reiserfs.c b/sysutils/grub/files/patch-stage2_fsys_reiserfs.c
index becc81d..55abe96 100644
--- a/sysutils/grub/files/patch-stage2_fsys_reiserfs.c
+++ b/sysutils/grub/files/patch-stage2_fsys_reiserfs.c
@@ -5,7 +5,7 @@
__u32 j_first_unflushed_offset;
/* mount id to detect very old transactions */
- __u32 long j_mount_id;
-+ __u64 j_mount_id;
++ __u32 j_mount_id;
};
/* magic string to find desc blocks in the journal */
OpenPOWER on IntegriCloud