diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2014-05-22 04:39:17 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2014-05-22 04:39:17 +0000 |
commit | 4313cc83440a39bdf976f955b1d4d3f3c4d1552f (patch) | |
tree | aac7ff8fd80ac6cf3ed8575d8c7e4d03754ce694 /contrib/sendmail/src/udb.c | |
parent | fd949af642e0e9fa330d35e53a4aa3a5cad7bbd9 (diff) | |
parent | 4a67213fda7a17ff204a52fc800a87333e14f7db (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/src/udb.c')
-rw-r--r-- | contrib/sendmail/src/udb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/src/udb.c b/contrib/sendmail/src/udb.c index 6ee88ce91ef03..b2372b7661697 100644 --- a/contrib/sendmail/src/udb.c +++ b/contrib/sendmail/src/udb.c @@ -15,9 +15,9 @@ #include "map.h" #if USERDB -SM_RCSID("@(#)$Id: udb.c,v 8.166 2013/11/22 20:51:57 ca Exp $ (with USERDB)") +SM_RCSID("@(#)$Id: udb.c,v 8.166 2013-11-22 20:51:57 ca Exp $ (with USERDB)") #else /* USERDB */ -SM_RCSID("@(#)$Id: udb.c,v 8.166 2013/11/22 20:51:57 ca Exp $ (without USERDB)") +SM_RCSID("@(#)$Id: udb.c,v 8.166 2013-11-22 20:51:57 ca Exp $ (without USERDB)") #endif /* USERDB */ #if USERDB |