diff options
author | 1998-01-23 19:33:51 +0000 | |
---|---|---|
committer | 1998-01-23 19:33:51 +0000 | |
commit | 6a33849b8cc51ba2cc9254fc846c0129147c45b5 (patch) | |
tree | c27f3265409b6a411de62f0f96de435b8109474b /lib/libc/time | |
parent | additional ioctls, makes workman and workbone working. (diff) | |
download | wireguard-openbsd-6a33849b8cc51ba2cc9254fc846c0129147c45b5.tar.xz wireguard-openbsd-6a33849b8cc51ba2cc9254fc846c0129147c45b5.zip |
Don't try to use our locale stuff, it hoses strftime(3).
Diffstat (limited to 'lib/libc/time')
-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 |