Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Include "namespace.h" to get namespace prote...



details:   https://anonhg.NetBSD.org/src/rev/8f013ddeba58
branches:  trunk
changeset: 758833:8f013ddeba58
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Nov 17 13:25:53 2010 +0000

description:
Include "namespace.h" to get namespace protection.

diffstat:

 lib/libc/stdlib/_env.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5af77f65536a -r 8f013ddeba58 lib/libc/stdlib/_env.c
--- a/lib/libc/stdlib/_env.c    Wed Nov 17 13:19:32 2010 +0000
+++ b/lib/libc/stdlib/_env.c    Wed Nov 17 13:25:53 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: _env.c,v 1.4 2010/11/16 17:23:10 tron Exp $ */
+/*     $NetBSD: _env.c,v 1.5 2010/11/17 13:25:53 tron Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,9 +31,11 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: _env.c,v 1.4 2010/11/16 17:23:10 tron Exp $");
+__RCSID("$NetBSD: _env.c,v 1.5 2010/11/17 13:25:53 tron Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "namespace.h"
+
 #include <sys/rbtree.h>
 
 #include <assert.h>



Home | Main Index | Thread Index | Old Index