summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/exec_olf.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/sys/sys/exec_olf.h b/sys/sys/exec_olf.h
index 59572ebc758..ea9b771e514 100644
--- a/sys/sys/exec_olf.h
+++ b/sys/sys/exec_olf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_olf.h,v 1.9 2008/06/04 21:12:50 deraadt Exp $ */
+/* $OpenBSD: exec_olf.h,v 1.10 2008/06/04 22:12:53 deraadt Exp $ */
/*
* Copyright (c) 1996 Erik Theisen. All rights reserved.
*
@@ -53,29 +53,6 @@
#define OOS_DELL 11 /* DELL SVR4 */
#define OOS_NCR 12 /* NCR SVR4 */
#define OOS_NUM 13 /* Number of systems */
-/*
- * Lowercase and numbers ONLY.
- * No whitespace or punc.
- */
-#define OOSN_NULL "invalid" /* invalid */
-#define OOSN_OPENBSD "openbsd" /* OpenBSD */
-#define OOSN_NETBSD "netbsd" /* NetBSD */
-#define OOSN_FREEBSD "freebsd" /* FreeBSD */
-#define OOSN_44BSD "44bsd" /* 4.4BSD */
-#define OOSN_LINUX "linux" /* Linux */
-#define OOSN_SVR4 "svr4" /* AT&T System V Release 4 */
-#define OOSN_ESIX "esix" /* esix UNIX */
-#define OOSN_SOLARIS "solaris" /* SunSoft Solaris */
-#define OOSN_IRIX "irix" /* SGI IRIX */
-#define OOSN_SCO "sco" /* SCO UNIX */
-#define OOSN_DELL "dell" /* DELL SVR4 */
-#define OOSN_NCR "ncr" /* NCR SVR4 */
-#define ONAMEV { OOSN_NULL, OOSN_OPENBSD, OOSN_NETBSD, \
- OOSN_FREEBSD, OOSN_44BSD, OOSN_LINUX, \
- OOSN_SVR4, OOSN_ESIX, OOSN_SOLARIS, \
- OOSN_IRIX, OOSN_SCO, OOSN_DELL, \
- OOSN_NCR, \
- 0 }
/* The rest of the types and defines come from the ELF header file */
#endif /* _SYS_EXEC_OLF_H_ */