]> git.pld-linux.org Git - packages/file.git/blame - file-mime-elf.patch
cosmetics
[packages/file.git] / file-mime-elf.patch
CommitLineData
cc748511 1--- file-3.37/magic/magic.mime.orig 2002-04-24 13:05:20.000000000 -0300
2+++ file-3.37/magic/magic.mime 2002-04-24 13:06:18.000000000 -0300
fe83b552 3@@ -517,13 +517,24 @@
4 >4 byte 0
5 >4 byte 1
6 >4 byte 2
7+# offset 5: data encoding:
8+# invalid data encoding
9 >5 byte 0
10+# little endian
11 >5 byte 1
12 >>16 leshort 0
13 >>16 leshort 1 application/x-object
14 >>16 leshort 2 application/x-executable
15 >>16 leshort 3 application/x-sharedlib
16 >>16 leshort 4 application/x-coredump
17+# big endian:
18+>5 byte 2
19+>>16 beshort 0
20+>>16 beshort 1 application/x-object
21+>>16 beshort 2 application/x-executable
22+>>16 beshort 3 application/x-sharedlib
23+>>16 beshort 4 application/x-coredump
24+
25 #
26 # DOS
27 0 string MZ application/x-dosexec
This page took 0.139242 seconds and 4 git commands to generate.