diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2011-06-14 03:55:17 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2011-06-14 03:55:17 +0000 |
commit | dd85ece875ddc33130bf7526bae9ff3c1eaf76e7 (patch) | |
tree | 3da31162aa07f4cb18ea5da754f721c4e84a21c5 /makemap/makemap.c | |
parent | a8454492fdd0eb5a005ff8ef52fad69f43baffe2 (diff) | |
download | FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.zip FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.tar.gz |
Import sendmail 8.14.5
Diffstat (limited to 'makemap/makemap.c')
-rw-r--r-- | makemap/makemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makemap/makemap.c b/makemap/makemap.c index cacec00..f06ed07 100644 --- a/makemap/makemap.c +++ b/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); } |