Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/lpr/lpd Pull up revision 1.12 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/41149db3e39b
branches:  netbsd-1-4
changeset: 471128:41149db3e39b
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 17:05:19 2000 +0000

description:
Pull up revision 1.12 (requested by he):
  Format string cleanup.

diffstat:

 usr.sbin/lpr/lpd/recvjob.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r b9081446a380 -r 41149db3e39b usr.sbin/lpr/lpd/recvjob.c
--- a/usr.sbin/lpr/lpd/recvjob.c        Thu Oct 19 17:05:16 2000 +0000
+++ b/usr.sbin/lpr/lpd/recvjob.c        Thu Oct 19 17:05:19 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: recvjob.c,v 1.11 1997/10/05 15:21:46 mrg Exp $ */
+/*     $NetBSD: recvjob.c,v 1.11.4.1 2000/10/19 17:05:19 he Exp $      */
 
 /*
  * Copyright (c) 1983, 1993
@@ -45,7 +45,7 @@
 #if 0
 static char sccsid[] = "@(#)recvjob.c  8.2 (Berkeley) 4/27/95";
 #else
-__RCSID("$NetBSD: recvjob.c,v 1.11 1997/10/05 15:21:46 mrg Exp $");
+__RCSID("$NetBSD: recvjob.c,v 1.11.4.1 2000/10/19 17:05:19 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -78,7 +78,8 @@
 static char     tfname[NAME_MAX];      /* tmp copy of cf before linking */
 
 static int        chksize __P((int));
-static void       frecverr __P((const char *, ...));
+static void       frecverr __P((const char *, ...))
+       __attribute__((__format__(__printf__, 1, 2)));
 static int        noresponse __P((void));
 static void       rcleanup __P((int));
 static int        read_number __P((char *));



Home | Main Index | Thread Index | Old Index