diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2013-06-03 15:53:49 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2013-06-03 15:53:49 +0000 |
commit | 62a9ebcc8468d105a2771647e78946f73596ac9c (patch) | |
tree | 37f090dc6c71ad92cd4e3032a0dc074c8cd28506 | |
parent | b05c10532e35f2b902744e3c5db3133dfc1b5589 (diff) |
remove bogus id tag
-rw-r--r-- | usr.sbin/smtpd/aldap.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/aldap.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/aldap.c b/usr.sbin/smtpd/aldap.c index 796aebd26df..04fe7e56a48 100644 --- a/usr.sbin/smtpd/aldap.c +++ b/usr.sbin/smtpd/aldap.c @@ -1,5 +1,4 @@ -/* $Id: aldap.c,v 1.5 2013/05/24 17:03:14 eric Exp $ */ -/* $OpenBSD: aldap.c,v 1.5 2013/05/24 17:03:14 eric Exp $ */ +/* $OpenBSD: aldap.c,v 1.6 2013/06/03 15:53:48 eric Exp $ */ /* * Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org> diff --git a/usr.sbin/smtpd/aldap.h b/usr.sbin/smtpd/aldap.h index a516789b585..aee46d24796 100644 --- a/usr.sbin/smtpd/aldap.h +++ b/usr.sbin/smtpd/aldap.h @@ -1,5 +1,4 @@ -/* $Id: aldap.h,v 1.3 2013/01/26 09:37:23 gilles Exp $ */ -/* $OpenBSD: aldap.h,v 1.3 2013/01/26 09:37:23 gilles Exp $ */ +/* $OpenBSD: aldap.h,v 1.4 2013/06/03 15:53:48 eric Exp $ */ /* * Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org> |