From a90254c0451cb4175abc8c7b9516f41075b2a48c Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 10 Jun 1985 11:28:06 +0000 Subject: [PATCH] Added AALMAG, for making distiction between 'led' archives with SYMDEF and archives made/altered with 'arch'. --- h/arch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h/arch.h b/h/arch.h index 0c8e9bff3..816509faf 100644 --- a/h/arch.h +++ b/h/arch.h @@ -1,4 +1,6 @@ #define ARMAG 0177545 +#define AALMAG 0177454 + struct ar_hdr { char ar_name[14]; long ar_date; -- 2.34.1