mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
define AT_NO_AUTOMOUNT to 0 on freebsd #1187
This commit is contained in:
parent
d6f7358977
commit
2922b8c663
@ -8,7 +8,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <ncpp/Direct.hh>
|
||||
#ifndef __linux__
|
||||
#define AT_NO_AUTOMOUNT 0x800 // not defined on freebsd, harmless to pass
|
||||
#define AT_NO_AUTOMOUNT 0 // not defined on freebsd
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user