Edit

IABSD.fr/ports/archivers/macutil/patches/patch-binhex_binhex_c

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2023-02-06 18:33:25
    Hash : efee92e1
    Message : archivers/macutil: provide proper prototypes and add missing includes to fix the build with clang 15.

  • archivers/macutil/patches/patch-binhex_binhex_c
  • Index: binhex/binhex.c
    --- binhex/binhex.c.orig
    +++ binhex/binhex.c
    @@ -1,6 +1,7 @@
     #include <stdio.h>
     #include "../fileio/machdr.h"
     #include "../fileio/rdfile.h"
    +#include "../fileio/rdfileopt.h"
     #include "../util/patchlevel.h"
     
     extern char *malloc();