--- libtar-1.2.11.orig/lib/encode.c 2003-01-06 20:40:59.000000000 -0500 +++ libtar-1.2.11/lib/encode.c 2011-01-29 14:51:09.491137812 -0500 @@ -30,7 +30,7 @@ int i, sum = 0; if (t->options & TAR_GNU) - strncpy(t->th_buf.magic, "ustar ", 8); + strncpy(t->th_buf.magic, "ustar", 6); else { strncpy(t->th_buf.version, TVERSION, TVERSLEN);