From 8150d7651e60f15071a9f2e57adaabdef0a1ce99 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 16 Jun 1994 18:24:14 +0000 Subject: [PATCH] * aout64.h (BMAGIC): Define. --- include/aout/aout64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aout/aout64.h b/include/aout/aout64.h index f96f856..8cbf30b 100644 --- a/include/aout/aout64.h +++ b/include/aout/aout64.h @@ -36,6 +36,7 @@ struct external_exec #define OMAGIC 0407 /* ...object file or impure executable. */ #define NMAGIC 0410 /* Code indicating pure executable. */ #define ZMAGIC 0413 /* Code indicating demand-paged executable. */ +#define BMAGIC 0415 /* Used by a b.out object. */ /* This indicates a demand-paged executable with the header in the text. It is used by 386BSD (and variants) and Linux, at least. */ -- 2.7.4