111-magic-update-ocaml.patch 817 B

123456789101112131415161718192021
  1. Author: Eric Cooper <ecc@cmu.edu>
  2. Description: Updating ocaml magic (Closes: #488992).
  3. diff -Naurp file.orig/magic/Magdir/ocaml file/magic/Magdir/ocaml
  4. --- file.orig/magic/Magdir/ocaml 2008-07-15 14:13:20.000000000 +0000
  5. +++ file/magic/Magdir/ocaml 2008-07-15 14:13:08.000000000 +0000
  6. @@ -1,7 +1,7 @@
  7. #------------------------------------------------------------------------------
  8. # ocaml: file(1) magic for Objective Caml files.
  9. -0 string Caml1999 Objective caml
  10. +0 string Caml1999 OCaml
  11. >8 string X exec file
  12. >8 string I interface file (.cmi)
  13. >8 string O object file (.cmo)
  14. @@ -10,4 +10,4 @@
  15. >8 string Z native library file (.cmxa)
  16. >8 string M abstract syntax tree implementation file
  17. >8 string N abstract syntax tree interface file
  18. ->9 string >\0 (Version %3.3s).
  19. +>9 string >\0 (Version %3.3s)