summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/parse.y
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2017-01-20 11:55:09 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2017-01-20 11:55:09 +0000
commited67e665e663bedff1c44076973d19135a2c7821 (patch)
tree6d735ab7139e1e591d4c47eefb7aa90c7fd9b526 /usr.sbin/ldapd/parse.y
parent2a4396317124823d511608dce9ffa899d054ad46 (diff)
work on making log.c similar in all daemons:
move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily. ok krw@ jmatthew@
Diffstat (limited to 'usr.sbin/ldapd/parse.y')
-rw-r--r--usr.sbin/ldapd/parse.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldapd/parse.y b/usr.sbin/ldapd/parse.y
index 82e7fbfc19d..11e250276bf 100644
--- a/usr.sbin/ldapd/parse.y
+++ b/usr.sbin/ldapd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.22 2017/01/05 13:53:09 krw Exp $ */
+/* $OpenBSD: parse.y,v 1.23 2017/01/20 11:55:08 benno Exp $ */
/*
* Copyright (c) 2009, 2010 Martin Hedenfalk <martinh@openbsd.org>
@@ -45,6 +45,7 @@
#include <unistd.h>
#include "ldapd.h"
+#include "log.h"
TAILQ_HEAD(files, file) files = TAILQ_HEAD_INITIALIZER(files);
static struct file {