Page MenuHomeFreeBSD

D41360.id125706.diff
No OneTemporary

D41360.id125706.diff

diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -309,6 +309,10 @@
#define FFLAG_SYNC 0x01
#define FFLAG_NEEDSYNC 0x02
};
+static STAILQ_HEAD(, filed) fhead =
+ STAILQ_HEAD_INITIALIZER(fhead); /* Log files that we write to */
+static struct filed consfile; /* Console */
+
/*
* Queue of about-to-be dead processes we should watch out for.
@@ -369,10 +373,6 @@
"FORW", "USERS", "WALL", "PIPE"
};
-static STAILQ_HEAD(, filed) fhead =
- STAILQ_HEAD_INITIALIZER(fhead); /* Log files that we write to */
-static struct filed consfile; /* Console */
-
static int Debug; /* debug flag */
static int Foreground = 0; /* Run in foreground, instead of daemonizing */
static int resolve = 1; /* resolve hostname */

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 12:30 PM (16 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15769347
Default Alt Text
D41360.id125706.diff (818 B)

Event Timeline