From: Christos Zoulas Date: Sat, 28 Apr 2001 00:02:48 +0000 (+0000) Subject: say what endianness we have X-Git-Tag: FILE3_36~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab2d14bb96c3e190904db3e156cb60d1a1fcc3e1;p=file say what endianness we have --- diff --git a/magic/Magdir/magic b/magic/Magdir/magic index a0d7b53a..3bf4e2ee 100644 --- a/magic/Magdir/magic +++ b/magic/Magdir/magic @@ -4,4 +4,6 @@ # 0 string #\ Magic magic text file for file(1) cmd 0 lelong 0xF11E041C magic binary file for file(1) cmd ->4 lelong x (version %d) +>4 lelong x (version %d) (little endian) +0 belong 0xF11E041C magic binary file for file(1) cmd +>4 belong x (version %d) (big endian)