summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libsmutil
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2014-05-22 04:39:17 +0000
committergshapiro <gshapiro@FreeBSD.org>2014-05-22 04:39:17 +0000
commit48cecd8a5845c67d3f270147b0885d77d31d64de (patch)
treeaac7ff8fd80ac6cf3ed8575d8c7e4d03754ce694 /contrib/sendmail/libsmutil
parent645d479a58a5eafe6f6c79b7f30b38ef8b865e60 (diff)
downloadFreeBSD-src-48cecd8a5845c67d3f270147b0885d77d31d64de.zip
FreeBSD-src-48cecd8a5845c67d3f270147b0885d77d31d64de.tar.gz
Merge sendmail 8.14.9 to HEAD
MFC after: 3 days
Diffstat (limited to 'contrib/sendmail/libsmutil')
-rw-r--r--contrib/sendmail/libsmutil/Makefile2
-rw-r--r--contrib/sendmail/libsmutil/Makefile.m42
-rw-r--r--contrib/sendmail/libsmutil/cf.c2
-rw-r--r--contrib/sendmail/libsmutil/debug.c2
-rw-r--r--contrib/sendmail/libsmutil/err.c2
-rw-r--r--contrib/sendmail/libsmutil/lockfile.c2
-rw-r--r--contrib/sendmail/libsmutil/safefile.c2
-rw-r--r--contrib/sendmail/libsmutil/snprintf.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/contrib/sendmail/libsmutil/Makefile b/contrib/sendmail/libsmutil/Makefile
index 2de3231..baffab1 100644
--- a/contrib/sendmail/libsmutil/Makefile
+++ b/contrib/sendmail/libsmutil/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 8.2 1999/09/23 22:36:32 ca Exp $
+# $Id: Makefile,v 8.2 1999-09-23 22:36:32 ca Exp $
SHELL= /bin/sh
BUILD= ./Build
diff --git a/contrib/sendmail/libsmutil/Makefile.m4 b/contrib/sendmail/libsmutil/Makefile.m4
index 1e7dcb4..e8efdc2 100644
--- a/contrib/sendmail/libsmutil/Makefile.m4
+++ b/contrib/sendmail/libsmutil/Makefile.m4
@@ -1,4 +1,4 @@
-dnl $Id: Makefile.m4,v 8.18 2006/06/28 21:02:39 ca Exp $
+dnl $Id: Makefile.m4,v 8.18 2006-06-28 21:02:39 ca Exp $
include(confBUILDTOOLSDIR`/M4/switch.m4')
define(`confREQUIRE_SM_OS_H', `true')
diff --git a/contrib/sendmail/libsmutil/cf.c b/contrib/sendmail/libsmutil/cf.c
index 7048c83..e447aca 100644
--- a/contrib/sendmail/libsmutil/cf.c
+++ b/contrib/sendmail/libsmutil/cf.c
@@ -9,7 +9,7 @@
*/
#include <sendmail.h>
-SM_RCSID("@(#)$Id: cf.c,v 8.20 2013/11/22 20:51:50 ca Exp $")
+SM_RCSID("@(#)$Id: cf.c,v 8.20 2013-11-22 20:51:50 ca Exp $")
#include <sendmail/pathnames.h>
/*
diff --git a/contrib/sendmail/libsmutil/debug.c b/contrib/sendmail/libsmutil/debug.c
index 91db596..a9061b9 100644
--- a/contrib/sendmail/libsmutil/debug.c
+++ b/contrib/sendmail/libsmutil/debug.c
@@ -10,6 +10,6 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: debug.c,v 8.10 2013/11/22 20:51:50 ca Exp $")
+SM_RCSID("@(#)$Id: debug.c,v 8.10 2013-11-22 20:51:50 ca Exp $")
unsigned char tTdvect[100]; /* trace vector */
diff --git a/contrib/sendmail/libsmutil/err.c b/contrib/sendmail/libsmutil/err.c
index 92c5a8f..c3547d2 100644
--- a/contrib/sendmail/libsmutil/err.c
+++ b/contrib/sendmail/libsmutil/err.c
@@ -10,7 +10,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: err.c,v 8.6 2013/11/22 20:51:50 ca Exp $")
+SM_RCSID("@(#)$Id: err.c,v 8.6 2013-11-22 20:51:50 ca Exp $")
#include <ctype.h>
diff --git a/contrib/sendmail/libsmutil/lockfile.c b/contrib/sendmail/libsmutil/lockfile.c
index ae4020c..0d46b3c 100644
--- a/contrib/sendmail/libsmutil/lockfile.c
+++ b/contrib/sendmail/libsmutil/lockfile.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: lockfile.c,v 8.22 2013/11/22 20:51:50 ca Exp $")
+SM_RCSID("@(#)$Id: lockfile.c,v 8.22 2013-11-22 20:51:50 ca Exp $")
/*
diff --git a/contrib/sendmail/libsmutil/safefile.c b/contrib/sendmail/libsmutil/safefile.c
index cd1d1ed..43d66ec 100644
--- a/contrib/sendmail/libsmutil/safefile.c
+++ b/contrib/sendmail/libsmutil/safefile.c
@@ -15,7 +15,7 @@
#include <sm/io.h>
#include <sm/errstring.h>
-SM_RCSID("@(#)$Id: safefile.c,v 8.130 2013/11/22 20:51:50 ca Exp $")
+SM_RCSID("@(#)$Id: safefile.c,v 8.130 2013-11-22 20:51:50 ca Exp $")
/*
diff --git a/contrib/sendmail/libsmutil/snprintf.c b/contrib/sendmail/libsmutil/snprintf.c
index 4e347a7..e11a921 100644
--- a/contrib/sendmail/libsmutil/snprintf.c
+++ b/contrib/sendmail/libsmutil/snprintf.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: snprintf.c,v 8.45 2013/11/22 20:51:50 ca Exp $")
+SM_RCSID("@(#)$Id: snprintf.c,v 8.45 2013-11-22 20:51:50 ca Exp $")
/*
** SHORTENSTRING -- return short version of a string
OpenPOWER on IntegriCloud