diff options
Diffstat (limited to 'file/tar.h')
-rw-r--r-- | file/tar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file/tar.h b/file/tar.h index d3afb195c..c0dda6adb 100644 --- a/file/tar.h +++ b/file/tar.h @@ -50,7 +50,7 @@ union record { #define CHKBLANKS " " /* 8 blanks, no null */ /* The magic field is filled with this if uname and gname are valid. */ -#define TMAGIC "ustar " /* 7 chars and a null */ +#define TARMAGIC "ustar " /* 7 chars and a null */ #if 0 /* The linkflag defines the type of file */ |