diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-09-09 13:51:02 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-09-09 13:51:02 +0000 |
| commit | 30f20c659654702bf169e39d065836a48524d8df (patch) | |
| tree | c49619a0074d97ac30fab87a6f3af36e83008bc7 | |
| parent | e55ed0508766c61eec061f90e8e0ac353a07c22b (diff) | |
20080909-0850
| -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)" |
