diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-23 19:33:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-23 19:33:52 +0000 |
commit | 7c048ddff7c529c607de5e40155916622a0d15bc (patch) | |
tree | 1206fa0b00f6548c04cdfdf45f033e1eefc1aefb /lib/libc | |
parent | f9240ca726d32114954968abc29d8cc9c30e696b (diff) |
Don't try to use our locale stuff, it hoses strftime(3).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/private.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |