aboutsummaryrefslogtreecommitdiff
path: root/include/aout/ar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aout/ar.h')
-rw-r--r--include/aout/ar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/aout/ar.h b/include/aout/ar.h
index d9e3bc6..905fcbc 100644
--- a/include/aout/ar.h
+++ b/include/aout/ar.h
@@ -28,7 +28,6 @@
compatible with existing BSDish archives. */
#define ARMAG "!<arch>\012" /* For COFF and a.out archives. */
-#define ARMAGB "!<bout>\012" /* For b.out archives. */
#define ARMAGT "!<thin>\012" /* For thin archives. */
#define SARMAG 8
#define ARFMAG "`\012"