aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/makemap/makemap.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2011-06-14 04:20:18 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2011-06-14 04:20:18 +0000
commit6f9c8e5b074419423648ffb89b83fd2f257e90b7 (patch)
tree76ab24e8fa418fcd903ec416f76b86ad8e8725ff /contrib/sendmail/makemap/makemap.c
parent094efe753d455b44d76c9f06a2e9e9114a4859b2 (diff)
parenta7054d5acb0e4a78e1ed182b976ac736d1333401 (diff)
downloadsrc-6f9c8e5b074419423648ffb89b83fd2f257e90b7.tar.gz
src-6f9c8e5b074419423648ffb89b83fd2f257e90b7.zip
Merge sendmail 8.14.5 to HEAD
MFC after: 4 days
Notes
Notes: svn path=/head/; revision=223067
Diffstat (limited to 'contrib/sendmail/makemap/makemap.c')
-rw-r--r--contrib/sendmail/makemap/makemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/makemap/makemap.c b/contrib/sendmail/makemap/makemap.c
index cacec001e768..f06ed0760080 100644
--- a/contrib/sendmail/makemap/makemap.c
+++ b/contrib/sendmail/makemap/makemap.c
@@ -20,7 +20,7 @@ SM_IDSTR(copyright,
Copyright (c) 1992, 1993\n\
The Regents of the University of California. All rights reserved.\n")
-SM_IDSTR(id, "@(#)$Id: makemap.c,v 8.179 2008/04/14 02:06:16 ca Exp $")
+SM_IDSTR(id, "@(#)$Id: makemap.c,v 8.180 2010/11/23 02:35:08 gshapiro Exp $")
#include <sys/types.h>
@@ -238,7 +238,7 @@ main(argc, argv)
if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
NULL)) == NULL)
{
- sm_io_fprintf(smioerr, SM_TIME_DEFAULT, "makemap: %s: %s",
+ sm_io_fprintf(smioerr, SM_TIME_DEFAULT, "makemap: %s: %s\n",
cfile, sm_errstring(errno));
exit(EX_NOINPUT);
}