summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-25 04:37:07 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-25 04:37:07 +0000
commit90aa411c9f56887bb72c9d2f4a9f75abf406d381 (patch)
treef117eda5d0436b7a81f4b04a4587662e70559c79 /sys
parent9946e22f2a24e339bf3b20fc8f640700b0d8a764 (diff)
remove EM_NUM, unused and not in SysV ABI documents
ok tb@ who tested this with a ports build
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/exec_elf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index 7e75401fd25..4781824b4fa 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.105 2024/07/14 09:48:49 jca Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.106 2024/11/25 04:37:06 jsg Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -197,8 +197,6 @@ typedef struct {
#define EM_ALPHA_EXP 0x9026 /* DEC ALPHA */
#define EM__LAST__ (EM_ALPHA_EXP + 1)
-#define EM_NUM 22 /* number of machine types */
-
/* Version */
#define EV_NONE 0 /* Invalid */
#define EV_CURRENT 1 /* Current */