Module Name:    src
Committed By:   christos
Date:           Sat Nov 13 19:41:33 UTC 2010

Modified Files:
        src/lib/libc/include: namespace.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/lib/libc/include/namespace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/include/namespace.h
diff -u src/lib/libc/include/namespace.h:1.143 src/lib/libc/include/namespace.h:1.144
--- src/lib/libc/include/namespace.h:1.143	Mon Sep  6 13:49:56 2010
+++ src/lib/libc/include/namespace.h	Sat Nov 13 14:41:32 2010
@@ -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

Reply via email to