summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
authorgsoares <gsoares@openbsd.org>2017-03-01 00:53:39 +0000
committergsoares <gsoares@openbsd.org>2017-03-01 00:53:39 +0000
commit1971bffc1acdf357b010173972c2f4406b8f96b2 (patch)
tree002f5e0d4de8925c399945024acf8fb0b3ee1f6a /usr.sbin/ldapd
parentmove up getpid() and getpwnam(LDAP USER) checks (diff)
downloadwireguard-openbsd-1971bffc1acdf357b010173972c2f4406b8f96b2.tar.xz
wireguard-openbsd-1971bffc1acdf357b010173972c2f4406b8f96b2.zip
add missing rcsid
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r--usr.sbin/ldapd/imsgev.c2
-rw-r--r--usr.sbin/ldapd/imsgev.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ldapd/imsgev.c b/usr.sbin/ldapd/imsgev.c
index 57c26a5e1f7..3ee5f4019df 100644
--- a/usr.sbin/ldapd/imsgev.c
+++ b/usr.sbin/ldapd/imsgev.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: imsgev.c,v 1.6 2017/03/01 00:53:39 gsoares Exp $ */
+
/*
* Copyright (c) 2009 Eric Faurot <eric@openbsd.org>
*
diff --git a/usr.sbin/ldapd/imsgev.h b/usr.sbin/ldapd/imsgev.h
index d429c5088e0..40a0b64ee14 100644
--- a/usr.sbin/ldapd/imsgev.h
+++ b/usr.sbin/ldapd/imsgev.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: imsgev.h,v 1.3 2017/03/01 00:53:39 gsoares Exp $ */
+
/*
* Copyright (c) 2009 Eric Faurot <eric@openbsd.org>
*