define AT_NO_AUTOMOUNT to 0 on freebsd #1187

dankamongmen/ltr
nick black 4 years ago
parent d6f7358977
commit 2922b8c663
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save