2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/yaboot/yaboot-buf-expand.patch

12 lines
306 B
Diff

--- yaboot-1.3.14/second/fs_xfs.c 2007-08-17 10:29:26.000000000 -0400
+++ yaboot-1.3.14-fixes/second/fs_xfs.c 2009-03-31 06:03:51.000000000 -0400
@@ -53,7 +53,7 @@
};
struct boot_file_t *xfs_file;
-static char FSYS_BUF[32768];
+static char FSYS_BUF[32768*2];
uint64_t partition_offset;
int errnum;