From 55b72e0a940fdaf754a0eb46209066121453dc00 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 14 Oct 2015 16:02:03 +0000 Subject: [PATCH] this is syslog-like --- usr.sbin/lpr/lpd/recvjob.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index e9498cc4b7a6..2168437913dc 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -1,4 +1,4 @@ -/* $NetBSD: recvjob.c,v 1.23 2011/08/30 19:27:37 joerg Exp $ */ +/* $NetBSD: recvjob.c,v 1.24 2015/10/14 16:02:03 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -41,7 +41,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\ #if 0 static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; #else -__RCSID("$NetBSD: recvjob.c,v 1.23 2011/08/30 19:27:37 joerg Exp $"); +__RCSID("$NetBSD: recvjob.c,v 1.24 2015/10/14 16:02:03 christos Exp $"); #endif #endif /* not lint */ @@ -74,7 +74,7 @@ static const char *sp = ""; static char tfname[NAME_MAX]; /* tmp copy of cf before linking */ static int chksize(int); -static void frecverr(const char *, ...) __dead __printflike(1, 2); +static void frecverr(const char *, ...) __dead __sysloglike(1, 2); static int noresponse(void); static void rcleanup(int); static int read_number(const char *);