Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/systat Pull up revision 1.25 (via patch, reques...



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

description:
Pull up revision 1.25 (via patch, requested by he):
  Format string cleanup.

diffstat:

 usr.bin/systat/extern.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 96df809984c7 -r ecb861c01f04 usr.bin/systat/extern.h
--- a/usr.bin/systat/extern.h   Thu Oct 19 16:28:12 2000 +0000
+++ b/usr.bin/systat/extern.h   Thu Oct 19 16:28:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.7.2.1 1999/09/26 13:35:10 he Exp $        */
+/*     $NetBSD: extern.h,v 1.7.2.2 2000/10/19 16:28:28 he Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -78,7 +78,8 @@
 void    display __P((int));
 int     dkinit __P((int, gid_t));
 int     dkcmd __P((char *, char *));
-void    error __P((const char *fmt, ...));
+void    error __P((const char *fmt, ...))
+       __attribute__((__format__(__printf__, 1, 2)));
 void    fetchiostat __P((void));
 void    fetchkre __P((void));
 void    fetchmbufs __P((void));



Home | Main Index | Thread Index | Old Index