summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
authorGleydson Soares <gsoares@cvs.openbsd.org>2017-03-01 00:53:40 +0000
committerGleydson Soares <gsoares@cvs.openbsd.org>2017-03-01 00:53:40 +0000
commit544e9a9b58c205b0de8751cd0d615ae9a8341651 (patch)
treed66f79c2afd0c913bc3f21288e75b16141661f08 /usr.sbin/ldapd
parente2b0bac255655930d72074e79bf478fdc2d2c2eb (diff)
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>
*