summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/common_source/common.c')
-rw-r--r--usr.sbin/lpr/common_source/common.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c
index 5818cd7..a61bba3 100644
--- a/usr.sbin/lpr/common_source/common.c
+++ b/usr.sbin/lpr/common_source/common.c
@@ -534,28 +534,13 @@ trstat_write(struct printer *pp, tr_sendrecv sendrecv, size_t bytecnt,
#undef UPD_EOSTAT
}
-#ifdef __STDC__
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
void
-#ifdef __STDC__
fatal(const struct printer *pp, const char *msg, ...)
-#else
-fatal(pp, msg, va_alist)
- const struct printer *pp;
- char *msg;
- va_dcl
-#endif
{
va_list ap;
-#ifdef __STDC__
va_start(ap, msg);
-#else
- va_start(ap);
-#endif
/* this error message is being sent to the 'from_host' */
if (from_host != local_host)
(void)printf("%s: ", local_host);
OpenPOWER on IntegriCloud