From: warren.toomey Date: Tue, 6 May 2008 23:32:26 +0000 (+0000) Subject: Add V2 bin/strip to list. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6519fc1ce42370508b743fb9ec661746ea5c748c;p=Apout.git Add V2 bin/strip to list. --- diff --git a/magic.c b/magic.c index 4a9e59b..e326d56 100644 --- a/magic.c +++ b/magic.c @@ -6,8 +6,8 @@ * a.out header. If it matches any of the checksums below, it returns * the appropriate environment value. Otherwise, it returns IS_UNKNOWN. * - * $Revision: 1.13 $ - * $Date: 2000/01/10 01:31:48 $ + * $Revision: 1.14 $ + * $Date: 2008/05/06 23:31:53 $ */ #include "defines.h" @@ -43,6 +43,7 @@ static struct spec_aout S[]= { { 0x19a42, IS_V5 }, /* V5 bin/chown */ { 0x19b342, IS_V6 }, /* V6 usr/bin/nroff */ { 0x19f682, IS_V6 }, /* V6 usr/fort/fc1 */ + { 0x1ae00, IS_V2 }, /* V2 bin/strip */ { 0x1b102, IS_V5 }, /* V5 bin/strip */ { 0x1ba02, IS_V6 }, /* V6 bin/strip */ { 0x1c342, IS_V5 }, /* V5 bin/cat */