From 4106a2888aaf5e2096c391dacf6c7b2360e7d7d9 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Sun, 12 Dec 2021 14:44:04 +0100 Subject: [PATCH] change to use a value of 0 instead --- src/ls/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls/main.cpp b/src/ls/main.cpp index 714d60393..358cbdf19 100644 --- a/src/ls/main.cpp +++ b/src/ls/main.cpp @@ -15,7 +15,7 @@ #include #include #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){