From 2ace6367d6be74027bc5f3627a699b30e56303fc Mon Sep 17 00:00:00 2001 From: niklas Date: Thu, 27 Mar 1997 08:40:36 +0000 Subject: [PATCH] Add NCR variant of SVR4, as it has some specifics --- sys/sys/exec_olf.h | 5 +++-- 1 file 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. -- 2.20.1