diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-01-14 20:25:26 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-01-14 20:25:26 +0000 |
commit | d468113ddc0c5ba8e16ecb9db979c3b98e031714 (patch) | |
tree | 7cdff44637fd7b9f5d0f433cdfd94a1a0e4fc6ea /sys/arch/mvme88k/include/ansi.h | |
parent | 9e571f43f415bf69545d34b77b15070b97bd0397 (diff) |
Complete move to UVM virtual memory system. More header fixes.
Diffstat (limited to 'sys/arch/mvme88k/include/ansi.h')
-rw-r--r-- | sys/arch/mvme88k/include/ansi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h index c2e2c3ac2db..13cb418602a 100644 --- a/sys/arch/mvme88k/include/ansi.h +++ b/sys/arch/mvme88k/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.9 2000/03/03 00:54:53 todd Exp $ */ +/* $OpenBSD: ansi.h,v 1.10 2001/01/14 20:25:23 smurph Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,8 +34,8 @@ * from: @(#)ansi.h 8.2 (Berkeley) 1/4/94 */ -#ifndef _ANSI_H_ -#define _ANSI_H_ +#ifndef __MACHINE_ANSI_H__ +#define __MACHINE_ANSI_H__ /* * Types which are fundamental to the implementation and may appear in @@ -85,4 +85,4 @@ */ #define _BSD_OFF_T_ long long /* file offset */ -#endif /* _ANSI_H_ */ +#endif __MACHINE_ANSI_H__ |