]> granicus.if.org Git - file/commitdiff
say what endianness we have
authorChristos Zoulas <christos@zoulas.com>
Sat, 28 Apr 2001 00:02:48 +0000 (00:02 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 28 Apr 2001 00:02:48 +0000 (00:02 +0000)
magic/Magdir/magic

index a0d7b53a47050fdbde5c6aa159f3fbf36bddf298..3bf4e2ee7acb2e8ac1cda93860d33d570fa9304a 100644 (file)
@@ -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)