From f20f85998dc8d5060af2fbcddc5010d58e0f11a6 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 14 Feb 1997 18:55:10 +0000 Subject: [PATCH] put back FC_CONTROL --- sys/arch/sun3/include/machdep.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h index e22b894774e..916497b737e 100644 --- a/sys/arch/sun3/include/machdep.h +++ b/sys/arch/sun3/include/machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.h,v 1.2 1997/02/14 18:41:48 kstailey Exp $ */ +/* $OpenBSD: machdep.h,v 1.3 1997/02/14 18:55:10 kstailey Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross * Copyright (c) 1993 Adam Glass @@ -45,6 +45,9 @@ #ifdef _KERNEL +#define FC_CONTROL 3 /* sun control space + XXX HP uses FC_PURGE instead */ + /* Prototypes... */ struct frame; -- 2.20.1