diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 08:00:34 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 08:00:34 +0000 |
commit | 54845e6fb6d0fa0f7f77b4a7d8520897e0e98496 (patch) | |
tree | fcceee7165453e442871d496b08f03e30260d784 /ldap-schema.c | |
parent | c71aa8cee12cf5f098c514ab4c0d3543508a5989 (diff) |
add keyword expansion (svn:keywords) to all files containing keywords
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@9 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'ldap-schema.c')
-rw-r--r-- | ldap-schema.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap-schema.c b/ldap-schema.c index 90a7425..7bfb37e 100644 --- a/ldap-schema.c +++ b/ldap-schema.c @@ -17,11 +17,11 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - $Id: ldap-schema.c,v 2.33 2006/05/15 08:13:44 lukeh Exp $ + $Id$ */ static char rcsId[] = - "$Id: ldap-schema.c,v 2.33 2006/05/15 08:13:44 lukeh Exp $"; + "$Id$"; #include "config.h" |