diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/include/machdep.h | 5 |
1 files changed, 4 insertions, 1 deletions
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; |