From a62825213d5fa219216b2938e6043466ddaee339 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Wed, 30 May 2007 10:26:51 +0000 Subject: [PATCH] Untypo --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslogd.c b/syslogd.c index 447c8bb..f518dfa 100644 --- a/syslogd.c +++ b/syslogd.c @@ -2739,7 +2739,7 @@ void cfline(line, f) p++; } else f->f_type = F_FILE; - f->f_file = open(p, O_WRONLY|O_APPEND|O_CREAT|O_NOBLOCK|O_NOCTTY, + f->f_file = open(p, O_WRONLY|O_APPEND|O_CREAT|O_NONBLOCK|O_NOCTTY, 0644); if ( f->f_file < 0 ){