this is syslog-like

This commit is contained in:
christos 2015-10-14 16:02:03 +00:00
parent dfe90780e8
commit 55b72e0a94
1 changed files with 3 additions and 3 deletions

View File

@ -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 *);