]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-25 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sat, 24 Oct 2009 23:15:48 +0000 (23:15 +0000)
committerrobertmh <robertmh@localhost>
Sat, 24 Oct 2009 23:15:48 +0000 (23:15 +0000)
        * fs/cpio.c [MODE_USTAR]: Finish `tar' module instead of
        `cpio'.
        [! MODE_USTAR]: Finish `cpio' module instead of `tar'.

ChangeLog
fs/cpio.c

index 26a2c8f7cfe273dc265d08ddf2a7fa7236de561d..51e76499ba7e21c66918f14d4524d3c2bfc05ec7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * fs/cpio.c [MODE_USTAR]: Finish `tar' module instead of
+       `cpio'.
+       [! MODE_USTAR]: Finish `cpio' module instead of `tar'.
+
 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
 
        Patch from Samuel Thibault <samuel.thibault@ens-lyon.org>
index 1ec4ebeaf4cf482c3c8d7d05f9bae067a4dee4f6..7c6ada9b3d8259b67634de53a0902ed28980861f 100644 (file)
--- a/fs/cpio.c
+++ b/fs/cpio.c
@@ -362,9 +362,9 @@ GRUB_MOD_INIT (tar)
 }
 
 #ifdef MODE_USTAR
-GRUB_MOD_FINI (cpio)
-#else
 GRUB_MOD_FINI (tar)
+#else
+GRUB_MOD_FINI (cpio)
 #endif
 {
   grub_fs_unregister (&grub_cpio_fs);