From 708c364c0e07aba7a204f9396c5aad5fcf0cc209 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 2 Feb 2008 22:06:34 +0000 Subject: [PATCH] namespace protection for csetexpandtc() --- lib/libc/include/namespace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index df1c3603d8b5..28b2877cbe70 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.129 2007/06/03 17:38:07 christos Exp $ */ +/* $NetBSD: namespace.h,v 1.130 2008/02/02 22:06:34 christos Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -201,6 +201,7 @@ #define closelog _closelog #define closelog_r _closelog_r #define confstr _confstr +#define csetexpandtc _csetexpandtc #define ctermid _ctermid #define ctime_r _ctime_r #define daemon _daemon