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 It's big endian.



details:   https://anonhg.NetBSD.org/src/rev/2341de0d04f1
branches:  trunk
changeset: 467959:2341de0d04f1
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Mar 31 19:18:36 1999 +0000

description:
It's big endian.

diffstat:

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

diffs (12 lines):

diff -r c08987968d86 -r 2341de0d04f1 usr.bin/file/magdir/lif
--- a/usr.bin/file/magdir/lif   Wed Mar 31 19:06:34 1999 +0000
+++ b/usr.bin/file/magdir/lif   Wed Mar 31 19:18:36 1999 +0000
@@ -2,6 +2,6 @@
 #------------------------------------------------------------------------------
 # lif:  file(1) magic for lif
 #
-# XXX - byte order?  (Probably beshort, Daniel Quinlan <quinlan%yggdrasil.com@localhost>)
+# (Daniel Quinlan <quinlan%yggdrasil.com@localhost>)
 #
-0      short           0x8000          lif file
+0      beshort         0x8000          lif file



Home | Main Index | Thread Index | Old Index