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-fsck_message-basename.patch (323B)


      1 diff --git a/fsck/fsck_message.c b/fsck/fsck_message.c
      2 index afbbf5a..fe1c72b 100644
      3 --- a/fsck/fsck_message.c
      4 +++ b/fsck/fsck_message.c
      5 @@ -7,6 +7,7 @@
      6  #include "fsckwsp.h"
      7  #include "jfs_endian.h"
      8  #include "xfsckint.h"
      9 +#include <libgen.h>	/* for basename() in musl */
     10  
     11  int msg_lvl = fsck_debug;
     12  int dbg_output = 0;