smemcap: use correct tar magic
authorDenys Vlasenko <dvlasenk@redhat.com>
Sun, 12 Sep 2010 15:13:29 +0000 (17:13 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Sun, 12 Sep 2010 15:13:29 +0000 (17:13 +0200)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
procps/smemcap.c

index 06cf93c85575f4b4bf6884016a89342dcb73acc9..f951a5fb6a1be594689982c8aca48cd807163a80 100644 (file)
@@ -41,7 +41,7 @@ static void writeheader(const char *path, struct stat *sb, int type)
        sprintf(header.size, "%o", (unsigned)sb->st_size);
        sprintf(header.mtime, "%llo", sb->st_mtime & 077777777777LL);
        header.typeflag = type;
-       //strcpy(header.magic, "ustar  "); - do we want to be standard-compliant?
+       strcpy(header.magic, "ustar  "); /* like GNU tar */
 
        /* Calculate and store the checksum (the sum of all of the bytes of
         * the header). The checksum field must be filled with blanks for the