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/common_source Pull up revision 1.15 (reque...



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

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

diffstat:

 usr.sbin/lpr/common_source/lp.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 912923d2fd79 -r b9081446a380 usr.sbin/lpr/common_source/lp.h
--- a/usr.sbin/lpr/common_source/lp.h   Thu Oct 19 17:05:14 2000 +0000
+++ b/usr.sbin/lpr/common_source/lp.h   Thu Oct 19 17:05:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lp.h,v 1.12 1998/07/07 03:36:53 mrg Exp $      */
+/*     $NetBSD: lp.h,v 1.12.2.1 2000/10/19 17:05:16 he Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
@@ -108,7 +108,8 @@
 int      chk __P((char *));
 void     displayq __P((int));
 void     dump __P((char *, char *, int));
-void    fatal __P((const char *, ...));
+void    fatal __P((const char *, ...))
+       __attribute__((__format__(__printf__, 1, 2)));
 int     getline __P((FILE *));
 int     getport __P((char *, int));
 int     getq __P((struct queue *(*[])));



Home | Main Index | Thread Index | Old Index