Source-Changes-HG archive

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

[src/trunk]: src/tools/compat Ensure __printflike exists.



details:   https://anonhg.NetBSD.org/src/rev/e3ad65e9f731
branches:  trunk
changeset: 768817:e3ad65e9f731
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Aug 27 18:33:22 2011 +0000

description:
Ensure __printflike exists.

diffstat:

 tools/compat/compat_defs.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9555a656019a -r e3ad65e9f731 tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h        Sat Aug 27 18:13:09 2011 +0000
+++ b/tools/compat/compat_defs.h        Sat Aug 27 18:33:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_defs.h,v 1.79 2011/07/17 20:54:55 joerg Exp $   */
+/*     $NetBSD: compat_defs.h,v 1.80 2011/08/27 18:33:22 joerg Exp $   */
 
 #ifndef        __NETBSD_COMPAT_DEFS_H__
 #define        __NETBSD_COMPAT_DEFS_H__
@@ -114,6 +114,8 @@
 #define __aconst
 #undef __dead
 #define __dead
+#undef __printflike
+#define __printflike(x,y)
 #undef __restrict
 #define __restrict
 #undef __unused



Home | Main Index | Thread Index | Old Index