summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/privsep.c
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2016-10-16 22:12:51 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2016-10-16 22:12:51 +0000
commitf4f2d9a8fc3b27d1cb37a52cece4a41842151c99 (patch)
tree433329cb5b9ae492b768b77d4794a1a4a44d4df2 /usr.sbin/syslogd/privsep.c
parentdd710358400562e21af7c99f0af8e30112a967f8 (diff)
Fix trailing whitespace and shorten long lines.
No binary change.
Diffstat (limited to 'usr.sbin/syslogd/privsep.c')
-rw-r--r--usr.sbin/syslogd/privsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/privsep.c b/usr.sbin/syslogd/privsep.c
index 305808c3bb2..c2f6d883b28 100644
--- a/usr.sbin/syslogd/privsep.c
+++ b/usr.sbin/syslogd/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.63 2016/10/16 22:00:14 bluhm Exp $ */
+/* $OpenBSD: privsep.c,v 1.64 2016/10/16 22:12:50 bluhm Exp $ */
/*
* Copyright (c) 2003 Anil Madhavapeddy <anil@recoil.org>
@@ -67,7 +67,7 @@ enum cmd_types {
PRIV_CONFIG_MODIFIED, /* check if config file has been modified */
PRIV_GETADDRINFO, /* resolve host/service names */
PRIV_GETNAMEINFO, /* resolve numeric address into hostname */
- PRIV_DONE_CONFIG_PARSE /* signal that the initial config parse is done */
+ PRIV_DONE_CONFIG_PARSE /* signal that initial config parse is done */
};
static int priv_fd = -1;