diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-03-27 08:40:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-03-27 08:40:37 +0000 |
commit | 8de61e523b88c5b1eab67db27c7b15318ca6584d (patch) | |
tree | a944f4373cc2210ca2c46a319d0ed122ddbdf784 | |
parent | 102ca6e5e6c1fb84ea3094025e94e62d8439924e (diff) |
Add NCR variant of SVR4, as it has some specifics
-rw-r--r-- | sys/sys/exec_olf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/exec_olf.h b/sys/sys/exec_olf.h index 4f2d4048b7a..3db2c46a2fb 100644 --- a/sys/sys/exec_olf.h +++ b/sys/sys/exec_olf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_olf.h,v 1.5 1996/11/06 20:56:12 etheisen Exp $ */ +/* $OpenBSD: exec_olf.h,v 1.6 1997/03/27 08:40:36 niklas Exp $ */ /* * Copyright (c) 1996 Erik Theisen. All rights reserved. * @@ -91,7 +91,8 @@ #define OOS_IRIX 10 /* SGI IRIX */ #define OOS_SCO 11 /* SCO UNIX */ #define OOS_DELL 13 /* DELL SVR4 */ -#define OOS_NUM 14 /* Number of systems */ +#define OOS_NCR 14 /* NCR SVR4 */ +#define OOS_NUM 15 /* Number of systems */ /* * Lowercase and numbers ONLY. * No whitespace or punc. |