From 371ee40cea1e168ed119bcd1cde2809629c4ac68 Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 7 Nov 1993 17:43:17 +0000 Subject: Made all header files idempotent and moved incorrect common data from headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belongs. --- sys/amd64/include/proc.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/amd64/include/proc.h') diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index 0e17164..1b9e4a2 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/include/proc.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $Id$ + * $Id: proc.h,v 1.2 1993/10/16 14:39:24 rgrimes 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_ */ -- cgit v1.1