From 2885b3d9021bca961497676fe528ef0dfe16a862 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 30 Aug 1998 22:05:36 +0000 Subject: Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be *something* --- sys/arch/arc/include/param.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/arc/include') diff --git a/sys/arch/arc/include/param.h b/sys/arch/arc/include/param.h index 228ef65091f..c7a8156b2bb 100644 --- a/sys/arch/arc/include/param.h +++ b/sys/arch/arc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.10 1998/01/28 13:46:20 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.11 1998/08/30 22:05:35 millert Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -64,6 +64,8 @@ #define MACHINE_ARCH "mips" #define _MACHINE_ARCH mips +#define MID_MACHINE 0 /* None but has to be defined */ + /* * Round p (pointer or byte index) up to a correctly-aligned value for all * data types (int, long, ...). The result is u_int and must be cast to -- cgit v1.2.3