summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libsmutil/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libsmutil/debug.c')
-rw-r--r--contrib/sendmail/libsmutil/debug.c31
1 files changed, 3 insertions, 28 deletions
diff --git a/contrib/sendmail/libsmutil/debug.c b/contrib/sendmail/libsmutil/debug.c
index bc32b66..2c3b328 100644
--- a/contrib/sendmail/libsmutil/debug.c
+++ b/contrib/sendmail/libsmutil/debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -8,33 +8,8 @@
*
*/
-#ifndef lint
-static char id[] = "@(#)$Id: debug.c,v 8.2 1999/07/26 04:04:09 gshapiro Exp $";
-#endif /* ! lint */
-
#include <sendmail.h>
-u_char tTdvect[100]; /* trace vector */
-
-#if _FFR_DPRINTF_
-void
-/*VARARGS1*/
-#ifdef __STDC__
-dprintf(const char *fmt, ...)
-#else /* __STDC__ */
-dprintf(fmt, va_alist)
- const char *fmt;
- va_dcl
-#endif /* __STDC__ */
-{
- VA_LOCAL_DECL;
-
- (void) vfprintf(stdout, fmt, ap);
-}
+SM_RCSID("@(#)$Id: debug.c,v 8.9 2001/09/11 04:04:55 gshapiro Exp $")
-int
-dflush()
-{
- return fflush(stdout);
-}
-#endif /* _FFR_DPRINTF_ */
+unsigned char tTdvect[100]; /* trace vector */
OpenPOWER on IntegriCloud