Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/libc/time Pull up revision 1.15 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/475c1af00ba9
branches: netbsd-1-4
changeset: 470967:475c1af00ba9
user: he <he%NetBSD.org@localhost>
date: Tue Oct 10 21:34:13 2000 +0000
description:
Pull up revision 1.15 (requested by is):
Format string cleanup.
diffstat:
lib/libc/time/private.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 00b9f46b6bc5 -r 475c1af00ba9 lib/libc/time/private.h
--- a/lib/libc/time/private.h Tue Oct 10 21:33:41 2000 +0000
+++ b/lib/libc/time/private.h Tue Oct 10 21:34:13 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: private.h,v 1.13 1998/10/04 19:27:55 kleink Exp $ */
+/* $NetBSD: private.h,v 1.13.2.1 2000/10/10 21:34:13 he Exp $ */
#ifndef PRIVATE_H
#define PRIVATE_H
@@ -195,7 +195,8 @@
void * irealloc P((void * pointer, int size));
void icfree P((char * pointer));
void ifree P((char * pointer));
-char * scheck P((const char *string, const char *format));
+char * scheck P((const char *string, const char *format))
+ __attribute__((__format_arg__(2)));
/*
Home |
Main Index |
Thread Index |
Old Index