mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
change to use a value of 0 instead
This commit is contained in:
parent
12822d8b62
commit
4106a2888a
@ -15,7 +15,7 @@
|
||||
#include <compat/compat.h>
|
||||
#include <ncpp/Direct.hh>
|
||||
#ifndef AT_NO_AUTOMOUNT
|
||||
#define AT_NO_AUTOMOUNT 0x800
|
||||
#define AT_NO_AUTOMOUNT 0 // not defined on freebsd and some older linux kernels
|
||||
#endif
|
||||
|
||||
void usage(std::ostream& os, const char* name, int code){
|
||||
|
Loading…
Reference in New Issue
Block a user