Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/dump Pull up revision 1.20 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/eccb94a2b7ce
branches: netbsd-1-4
changeset: 470985:eccb94a2b7ce
user: he <he%NetBSD.org@localhost>
date: Tue Oct 10 22:24:40 2000 +0000
description:
Pull up revision 1.20 (requested by is):
Format string cleanup.
diffstat:
sbin/dump/dump.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 301d152b8619 -r eccb94a2b7ce sbin/dump/dump.h
--- a/sbin/dump/dump.h Tue Oct 10 22:24:37 2000 +0000
+++ b/sbin/dump/dump.h Tue Oct 10 22:24:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dump.h,v 1.16 1999/03/23 14:22:59 bouyer Exp $ */
+/* $NetBSD: dump.h,v 1.16.2.1 2000/10/10 22:24:40 he Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -126,10 +126,10 @@
/* operator interface functions */
void broadcast __P((char *message));
void lastdump __P((int arg)); /* int should be char */
-void msg __P((const char *fmt, ...));
-void msgtail __P((const char *fmt, ...));
+void msg __P((const char *fmt, ...)) __attribute__((__format__(__printf__,1,2)));
+void msgtail __P((const char *fmt, ...)) __attribute__((__format__(__printf__,1,2)));
int query __P((char *question));
-void quit __P((const char *fmt, ...));
+void quit __P((const char *fmt, ...)) __attribute__((__format__(__printf__,1,2)));
void set_operators __P((void));
time_t do_stats __P((void));
void statussig __P((int));
Home |
Main Index |
Thread Index |
Old Index