From 30f20c659654702bf169e39d065836a48524d8df Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 9 Sep 2008 13:51:02 +0000 Subject: 20080909-0850 --- CHANGES | 2 ++ appl/cmd/puttar.b | 2 +- dis/puttar.dis | Bin 2829 -> 2843 bytes include/version.h | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 78896344..05eb16e2 100644 --- a/CHANGES +++ b/CHANGES @@ -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 index 4f220b76..5eec1475 100644 Binary files a/dis/puttar.dis and b/dis/puttar.dis differ 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)" -- cgit v1.2.3