summaryrefslogtreecommitdiff
path: root/sysutils/grub/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-06 22:36:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-06 22:36:03 +0000
commit7abb4fb5cd58ca293f2fa8197fbc95db9229622c (patch)
tree5e4c5705f67bb8e2c158a6d46a6c2a5e39e32abf /sysutils/grub/files
parent- Update to version 1.0.3 (diff)
- Fix build on -CURRENT
PR: ports/60988 Submitted by: nate
Notes
Notes: svn path=/head/; revision=97505
Diffstat (limited to 'sysutils/grub/files')
-rw-r--r--sysutils/grub/files/patch-stage2_fsys_reiserfs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/grub/files/patch-stage2_fsys_reiserfs.c b/sysutils/grub/files/patch-stage2_fsys_reiserfs.c
new file mode 100644
index 000000000000..becc81d01f95
--- /dev/null
+++ b/sysutils/grub/files/patch-stage2_fsys_reiserfs.c
@@ -0,0 +1,11 @@
+--- stage2/fsys_reiserfs.c.orig Tue Jan 6 11:05:27 2004
++++ stage2/fsys_reiserfs.c Tue Jan 6 11:05:59 2004
+@@ -112,7 +112,7 @@
+ /* offset in the log of where to start replay after a crash */
+ __u32 j_first_unflushed_offset;
+ /* mount id to detect very old transactions */
+- __u32 long j_mount_id;
++ __u64 j_mount_id;
+ };
+
+ /* magic string to find desc blocks in the journal */