Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107196289
D41360.id125706.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
818 B
Referenced Files
None
Subscribers
None
D41360.id125706.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D41360: syslogd: Move fhead under filed struct declaration
Attached
Detach File
Event Timeline
Log In to Comment