diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-02-03 07:56:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-02-03 07:56:50 +0000 |
commit | 631cd76a08a90fe22ccf064ee1cb38c73db482d7 (patch) | |
tree | 4ab016198b9828299a9a5a6e0fb7c944eeb52960 /main/ocfs2-tools/gcc45-ftbfs.patch | |
parent | ebd7f2afcb4bc579646fb40480c87de393eb8682 (diff) | |
download | aports-631cd76a08a90fe22ccf064ee1cb38c73db482d7.tar.bz2 aports-631cd76a08a90fe22ccf064ee1cb38c73db482d7.tar.xz |
main/ocfs2-tools: upgrade to 1.6.4
Diffstat (limited to 'main/ocfs2-tools/gcc45-ftbfs.patch')
-rw-r--r-- | main/ocfs2-tools/gcc45-ftbfs.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main/ocfs2-tools/gcc45-ftbfs.patch b/main/ocfs2-tools/gcc45-ftbfs.patch deleted file mode 100644 index 0db24f49e2..0000000000 --- a/main/ocfs2-tools/gcc45-ftbfs.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN ocfs2-tools-1.4.3.orig//mount.ocfs2/mount.ocfs2.c ocfs2-tools-1.4.3/mount.ocfs2/mount.ocfs2.c ---- ocfs2-tools-1.4.3.orig//mount.ocfs2/mount.ocfs2.c 2009-04-14 00:10:40.000000000 +0200 -+++ ocfs2-tools-1.4.3/mount.ocfs2/mount.ocfs2.c 2010-03-24 07:23:45.000000000 +0100 -@@ -261,7 +261,7 @@ - char *extra = NULL; - int dev_ro = 0; - char *hbstr = NULL; -- char stackstr[strlen(OCFS2_CLUSTER_STACK_ARG) + OCFS2_STACK_LABEL_LEN + 1] = ""; -+ char stackstr[strlen(OCFS2_CLUSTER_STACK_ARG) + OCFS2_STACK_LABEL_LEN + 1]; - ocfs2_filesys *fs = NULL; - struct o2cb_cluster_desc cluster; - struct o2cb_region_desc desc; -@@ -269,6 +269,8 @@ - int hb_started = 0; - struct stat statbuf; - -+ stackstr[0] = '\0'; -+ - initialize_ocfs_error_table(); - initialize_o2dl_error_table(); - initialize_o2cb_error_table(); |