Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/adosfs pullup 1.17->1.18 (kleink): incomplete check...
details: https://anonhg.NetBSD.org/src/rev/457e6354048b
branches: netbsd-1-4
changeset: 468816:457e6354048b
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 15:27:37 1999 +0000
description:
pullup 1.17->1.18 (kleink): incomplete check for the machine's endianness
diffstat:
sys/adosfs/adutil.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0c1c760efb89 -r 457e6354048b sys/adosfs/adutil.c
--- a/sys/adosfs/adutil.c Mon Jun 21 15:26:49 1999 +0000
+++ b/sys/adosfs/adutil.c Mon Jun 21 15:27:37 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adutil.c,v 1.17 1998/03/01 02:25:18 fvdl Exp $ */
+/* $NetBSD: adutil.c,v 1.17.8.1 1999/06/21 15:27:37 perry Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -239,7 +239,7 @@
}
#endif
-#ifndef m68k
+#if BYTE_ORDER != BIG_ENDIAN
u_int32_t
adoswordn(bp, wn)
struct buf *bp;
Home |
Main Index |
Thread Index |
Old Index