diff --git a/src/lladd/logger/logWriter.c b/src/lladd/logger/logWriter.c index 910b7ae..ed0333e 100644 --- a/src/lladd/logger/logWriter.c +++ b/src/lladd/logger/logWriter.c @@ -44,7 +44,7 @@ terms specified in this license. #include #include -/** For O_DIRECT. It's unclear that this is the correct thing to #define, but it works under linux. */ +/** For O_DIRECT. It's unclear that this is the correct thing to \#define, but it works under linux. */ #define __USE_GNU #include #include @@ -64,8 +64,6 @@ terms specified in this license. #include "io.h" #include -#define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) - #include