Module Name: src
Committed By: christos
Date: Wed Oct 14 16:02:04 UTC 2015
Modified Files:
src/usr.sbin/lpr/lpd: recvjob.c
Log Message:
this is syslog-like
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/lpr/lpd/recvjob.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/lpr/lpd/recvjob.c
diff -u src/usr.sbin/lpr/lpd/recvjob.c:1.23 src/usr.sbin/lpr/lpd/recvjob.c:1.24
--- src/usr.sbin/lpr/lpd/recvjob.c:1.23 Tue Aug 30 15:27:37 2011
+++ src/usr.sbin/lpr/lpd/recvjob.c Wed Oct 14 12:02:03 2015
@@ -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, 19
#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 *);