Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/include New vdprintf needs "namespace protection".



details:   https://anonhg.NetBSD.org/src/rev/262a8e2d37d2
branches:  trunk
changeset: 757582:262a8e2d37d2
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Sep 06 17:49:56 2010 +0000

description:
New vdprintf needs "namespace protection".

diffstat:

 lib/libc/include/namespace.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 860b6070b923 -r 262a8e2d37d2 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h      Mon Sep 06 17:32:38 2010 +0000
+++ b/lib/libc/include/namespace.h      Mon Sep 06 17:49:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namespace.h,v 1.142 2010/04/25 00:54:46 joerg Exp $    */
+/*     $NetBSD: namespace.h,v 1.143 2010/09/06 17:49:56 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -669,6 +669,7 @@
 #define uuid_create_nil                _uuid_create_nil
 #define uuid_is_nil            _uuid_is_nil
 #define valloc                 _valloc
+#define vdprintf               _vdprintf
 #define vis                    _vis
 #ifndef vsnprintf
 #define vsnprintf              _vsnprintf



Home | Main Index | Thread Index | Old Index