From 7c048ddff7c529c607de5e40155916622a0d15bc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 23 Jan 1998 19:33:52 +0000 Subject: Don't try to use our locale stuff, it hoses strftime(3). --- lib/libc/time/private.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/time/private.h') diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h index dee6daf4d25..51c051bc866 100644 --- a/lib/libc/time/private.h +++ b/lib/libc/time/private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: private.h,v 1.9 1998/01/19 00:45:30 millert Exp $ */ +/* $OpenBSD: private.h,v 1.10 1998/01/23 19:33:51 millert Exp $ */ #ifndef PRIVATE_H @@ -68,9 +68,11 @@ static char privatehid[] = "@(#)private.h 7.46"; #define HAVE_UTMPX_H 0 #endif /* !defined HAVE_UTMPX_H */ +#if 0 #ifndef LOCALE_HOME #define LOCALE_HOME "/usr/share/locale" #endif /* !defined LOCALE_HOME */ +#endif /* ** Nested includes -- cgit v1.2.3