summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/src
diff options
context:
space:
mode:
authorexplorer <explorer@NetBSD.org>1996-09-20 02:03:19 +0000
committerexplorer <explorer@NetBSD.org>1996-09-20 02:03:19 +0000
commit3c01a04f97f7f072ff4d31f779e0ed7f3dcb8a33 (patch)
treed1467f151d9a4131366e5aecb9ee3c33aba53a1f /usr.sbin/sendmail/src
parent1391818caf9ad0bba1b37f92fe318c9033c56a46 (diff)
fix botched conf.c update
Diffstat (limited to 'usr.sbin/sendmail/src')
-rw-r--r--usr.sbin/sendmail/src/conf.c24
1 files changed, 2 insertions, 22 deletions
diff --git a/usr.sbin/sendmail/src/conf.c b/usr.sbin/sendmail/src/conf.c
index 3318e1ba363..22beb80a020 100644
--- a/usr.sbin/sendmail/src/conf.c
+++ b/usr.sbin/sendmail/src/conf.c
@@ -1559,7 +1559,7 @@ getla()
/* Non Apollo stuff removed by Don Lewis 11/15/93 */
#ifndef lint
-static char rcsid[] = "@(#)$Id: conf.c,v 1.14 1996/09/20 02:00:51 explorer Exp $";
+static char rcsid[] = "@(#)$Id: conf.c,v 1.15 1996/09/20 02:03:19 explorer Exp $";
#endif /* !lint */
#ifdef apollo
@@ -2405,27 +2405,7 @@ vsprintf(s, fmt, ap)
* causing nast effects.
**************************************************************/
-/*static char _id[] = "$Id: conf.c,v 1.14 1996/09/20 02:00:51 explorer Exp $";*/
-static void dopr();
-static char *end;
-
-/* VARARGS3 */
-int
-/**************************************************************
- * Original:
- * Patrick Powell Tue Apr 11 09:48:21 PDT 1995
- * A bombproof version of doprnt (dopr) included.
- * Sigh. This sort of thing is always nasty do deal with. Note that
- * the version here does not include floating point...
- *
- * snprintf() is used instead of sprintf() as it does limit checks
- * for string length. This covers a nasty loophole.
- *
- * The other functions are there to prevent NULL pointers from
- * causing nast effects.
- **************************************************************/
-
-/*static char _id[] = "$Id: conf.c,v 1.14 1996/09/20 02:00:51 explorer Exp $";*/
+/*static char _id[] = "$Id: conf.c,v 1.15 1996/09/20 02:03:19 explorer Exp $";*/
static void dopr();
static char *end;