]> git.pld-linux.org Git - packages/util-linux.git/blobdiff - util-linux-cramfs-zerofiles.patch
- removed obsolete files
[packages/util-linux.git] / util-linux-cramfs-zerofiles.patch
diff --git a/util-linux-cramfs-zerofiles.patch b/util-linux-cramfs-zerofiles.patch
deleted file mode 100644 (file)
index 9b96bea..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-- mkfs.cramfs doesn't work correctly with empty files
-
---- util-linux-2.13-pre5/disk-utils/mkfs.cramfs.c.zerofiles    2005-11-07 13:05:27.000000000 +0100
-+++ util-linux-2.13-pre5/disk-utils/mkfs.cramfs.c      2005-11-07 13:06:38.000000000 +0100
-@@ -661,7 +661,7 @@
-                         if (e->same) {
-                                 set_data_offset(e, base, e->same->offset);
-                                 e->offset = e->same->offset;
--                        } else {
-+                        } else if (e->size) {
-                                 set_data_offset(e, base, offset);
-                                 e->offset = offset;
-                                 offset = do_compress(base, offset, e->name,
This page took 0.028311 seconds and 4 git commands to generate.