linux/hardened/patches/6.6: v6.6.73-hardened1 -> v6.6.75-hardened1
[NixPkgs.git] / pkgs / by-name / nn / nnn / darwin-fix-file-mime-opts.patch
blobf1bf71e6b91258b3f4b00220b45a0461ff1c24c6
1 diff --git a/src/nnn.c b/src/nnn.c
2 index b3c0f986..c74e1ec9 100644
3 --- a/src/nnn.c
4 +++ b/src/nnn.c
5 @@ -508,9 +508,7 @@ alignas(max_align_t) static char g_pipepath[TMP_LEN_MAX];
6 static runstate g_state;
8 /* Options to identify file MIME */
9 -#if defined(__APPLE__)
10 -#define FILE_MIME_OPTS "-bIL"
11 -#elif !defined(__sun) /* no MIME option for 'file' */
12 +#if !defined(__sun) /* no MIME option for 'file' */
13 #define FILE_MIME_OPTS "-biL"
14 #endif