From 2d136695ffc11ac3ed85253707515e01cb7cf4be Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Thu, 5 Oct 2006 00:47:05 +0000 Subject: [PATCH] Documentation Fix; FILE_PERM is now in constants.h --- src/lladd/logger/logWriter.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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