From 8ea4507ab737632dbe77c8e6f4eeba486c3fa974 Mon Sep 17 00:00:00 2001 From: gene Date: Sun, 30 Nov 1997 06:10:39 +0000 Subject: Add multiple inclusion protection, clean up comments, and wrap with _KERNEL where appropriate. Note that this buys us notable speed boosts on a machine as slow as the mac68k. --- sys/arch/mac68k/include/ansi.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/arch/mac68k/include/ansi.h') diff --git a/sys/arch/mac68k/include/ansi.h b/sys/arch/mac68k/include/ansi.h index cf477ea2591..c5044c79b50 100644 --- a/sys/arch/mac68k/include/ansi.h +++ b/sys/arch/mac68k/include/ansi.h @@ -1,4 +1,9 @@ -/* $OpenBSD: ansi.h,v 1.2 1996/05/26 18:35:43 briggs Exp $ */ +/* $OpenBSD: ansi.h,v 1.3 1997/11/30 06:10:28 gene Exp $ */ /* $NetBSD: ansi.h,v 1.4 1994/10/26 08:46:24 cgd Exp $ */ +#ifndef _MAC68K_ANSI_H_ +#define _MAC68K_ANSI_H_ + #include + +#endif -- cgit v1.2.3