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/endian.h | |
parent | 9e571f43f415bf69545d34b77b15070b97bd0397 (diff) |
Complete move to UVM virtual memory system. More header fixes.
Diffstat (limited to 'sys/arch/mvme88k/include/endian.h')
-rw-r--r-- | sys/arch/mvme88k/include/endian.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/endian.h b/sys/arch/mvme88k/include/endian.h index b778f03ca3e..b565cad78d9 100644 --- a/sys/arch/mvme88k/include/endian.h +++ b/sys/arch/mvme88k/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.9 1999/05/10 16:02:13 espie Exp $ */ +/* $OpenBSD: endian.h,v 1.10 2001/01/14 20:25:23 smurph Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -29,10 +29,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MVME88K_ENDIAN_H_ -#define _MVME88K_ENDIAN_H_ +#ifndef __MVME88K_ENDIAN_H__ +#define __MVME88K_ENDIAN_H__ #define BYTE_ORDER BIG_ENDIAN #include <sys/endian.h> -#endif /* _MVME88K_ENDIAN_H_ */ +#endif __MVME88K_ENDIAN_H__ + |