diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | appl/cmd/puttar.b | 2 | ||||
| -rw-r--r-- | dis/puttar.dis | bin | 2829 -> 2843 bytes | |||
| -rw-r--r-- | include/version.h | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +20080909 + /appl/cmd/puttar.b add extra empty block at end of archive as required by format 20080907 include some changes from acme-sac in emu/Nt/devfs.c; need further control of usesec (or discard it) 20080723 diff --git a/appl/cmd/puttar.b b/appl/cmd/puttar.b index de67105f..46cfac92 100644 --- a/appl/cmd/puttar.b +++ b/appl/cmd/puttar.b @@ -178,6 +178,6 @@ init(nil: ref Draw->Context, args: list of string){ rtar(hd args); } putblock(zeros); -# putblock(zeros); # XXX is this necessary? + putblock(zeros); # format requires two empty blocks at end flushblocks(); } diff --git a/dis/puttar.dis b/dis/puttar.dis Binary files differindex 4f220b76..5eec1475 100644 --- a/dis/puttar.dis +++ b/dis/puttar.dis diff --git a/include/version.h b/include/version.h index 1067d8c8..a2eb95c7 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20080907)" +#define VERSION "Fourth Edition (20080909)" |
