diff options
Diffstat (limited to 'sys/arch/vax/include/endian.h')
-rw-r--r-- | sys/arch/vax/include/endian.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/include/endian.h b/sys/arch/vax/include/endian.h index 7f87596c6ef..820860ad8a4 100644 --- a/sys/arch/vax/include/endian.h +++ b/sys/arch/vax/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.9 1999/05/10 16:02:15 espie Exp $ */ +/* $OpenBSD: endian.h,v 1.10 2000/04/26 03:08:41 bjc Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -53,7 +53,9 @@ }) /* Tell sys/endian.h we have MD variants of the swap macros. */ +#ifdef notyet #define MD_SWAP +#endif #endif /* __GNUC__ */ |