crux-musl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/crux-musl
Log | Files | Refs | README | LICENSE

musl-fscklog-basename.patch (349B)


      1 diff --git a/fscklog/fscklog.c b/fscklog/fscklog.c
      2 index b6c6202..81f348d 100644
      3 --- a/fscklog/fscklog.c
      4 +++ b/fscklog/fscklog.c
      5 @@ -75,6 +75,7 @@
      6  #include "jfs_fscklog.h"
      7  #include "xfsck.h"
      8  #include "fsck_message.h"
      9 +#include <libgen.h>	/* for basename() in musl */
     10  
     11  struct fscklog_record fscklog_record;
     12  struct fscklog_record *local_recptr;