diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-10 06:48:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-10 06:48:17 +0000 |
commit | b0c0e03001cfcbc45e308b0e8dfd56996cea6afa (patch) | |
tree | 60ce3307d0b48618e94ea7a6ef6e6af3793f18ab /bin/pax/tar.h | |
parent | 77809191372180ed4f0e3e4d794742ef41de8092 (diff) |
Permit single block trailers differently.
Diffstat (limited to 'bin/pax/tar.h')
-rw-r--r-- | bin/pax/tar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tar.h b/bin/pax/tar.h index a13a5ef47d7..f4cbbd54311 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tar.h,v 1.3 1997/02/10 06:35:39 millert Exp $ */ +/* $OpenBSD: tar.h,v 1.4 1997/02/10 06:48:15 millert Exp $ */ /* $NetBSD: tar.h,v 1.3 1995/03/21 09:07:51 cgd Exp $ */ /*- @@ -46,7 +46,7 @@ #define CHK_LEN 8 /* length of checksum field */ #define TNMSZ 100 /* size of name field */ #ifdef _PAX_ -#define NULLCNT 1 /* number of null blocks in trailer */ +#define NULLCNT 2 /* number of null blocks in trailer */ #define CHK_OFFSET 148 /* start of chksum field */ #define BLNKSUM 256L /* sum of checksum field using ' ' */ #endif /* _PAX_ */ |