diff options
Diffstat (limited to 'sys/i386/include/proc.h')
| -rw-r--r-- | sys/i386/include/proc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index b18d64a27c6c..6deea1e4f489 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $Id: proc.h,v 1.2 1993/10/16 14:39:24 rgrimes Exp $ + * $Id: proc.h,v 1.3 1993/11/07 17:43:03 wollman Exp $ */ +#ifndef _MACHINE_PROC_H_ +#define _MACHINE_PROC_H_ 1 + /* * Machine-dependent part of the proc structure for hp300. */ @@ -46,3 +49,4 @@ struct mdproc { /* md_flags */ #define MDP_AST 0x0001 /* async trap pending */ +#endif /* _MACHINE_PROC_H_ */ |
