Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/file/magdir Fix big-endian FFS to really be reported...



details:   https://anonhg.NetBSD.org/src/rev/7d0fcb162ae7
branches:  trunk
changeset: 513070:7d0fcb162ae7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jul 23 10:10:41 2001 +0000

description:
Fix big-endian FFS to really be reported as a big-endian FFS instead
of little-endian.

Fixes bin/13539 by Darrin B. Jewell

diffstat:

 usr.bin/file/magdir/filesystems |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cbf77419991f -r 7d0fcb162ae7 usr.bin/file/magdir/filesystems
--- a/usr.bin/file/magdir/filesystems   Mon Jul 23 07:35:44 2001 +0000
+++ b/usr.bin/file/magdir/filesystems   Mon Jul 23 10:10:41 2001 +0000
@@ -76,7 +76,7 @@
 >8320  lelong          0               TIME optimization
 >8320  lelong          1               SPACE optimization
 
-9564   belong          0x00011954      Unix Fast File system (little-endian),
+9564   belong          0x00011954      Unix Fast File system (big-endian),
 >8404  string          x               last mounted on %s,
 >9504  bedate          x               last checkd at %s,
 >8224  bedate          x               last writen at %s,



Home | Main Index | Thread Index | Old Index