*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:43:35 +00:00
parent 8d5c4b8415
commit dc35680b85
3 changed files with 19 additions and 38 deletions

View File

@@ -1276,7 +1276,7 @@ start_header (name, st)
strncpy (header->header.arch_name, name, NAMSIZ);
header->header.arch_name[NAMSIZ - 1] = '\0';
to_oct ((long) (st->st_mode & 07777),
to_oct ((long) (f_oldarch ? (st->st_mode & 07777) : st->st_mode),
8, header->header.mode);
to_oct ((long) st->st_uid, 8, header->header.uid);
to_oct ((long) st->st_gid, 8, header->header.gid);