Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/include forgot to commit this one for two months!



details:   https://anonhg.NetBSD.org/src/rev/5712c959c786
branches:  trunk
changeset: 758713:5712c959c786
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 13 19:41:32 2010 +0000

description:
forgot to commit this one for two months!
add vdprintf.

diffstat:

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

diffs (17 lines):

diff -r 349e1f21761d -r 5712c959c786 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h      Sat Nov 13 19:19:40 2010 +0000
+++ b/lib/libc/include/namespace.h      Sat Nov 13 19:41:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namespace.h,v 1.143 2010/09/06 17:49:56 jakllsch Exp $ */
+/*     $NetBSD: namespace.h,v 1.144 2010/11/13 19:41:32 christos Exp $ */
 
 /*-
  * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -671,6 +671,7 @@
 #define valloc                 _valloc
 #define vdprintf               _vdprintf
 #define vis                    _vis
+#define        vdprintf                _vdprintf
 #ifndef vsnprintf
 #define vsnprintf              _vsnprintf
 #endif



Home | Main Index | Thread Index | Old Index