diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-01-28 23:44:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-01-28 23:44:38 +0000 |
commit | a60bf251c6143b31465e4a36199d67d12dc134e4 (patch) | |
tree | 041fc8660c53a9fc4b8531a956a903a42db5df00 /lib/libc/time | |
parent | a9ab778fcc67e9c5c14de7eed6a794e1daee34f7 (diff) |
namespaces: unix --> __unix__
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/zic.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/zic.c b/lib/libc/time/zic.c index adfb3a1c8fb..d3e9a3a1c6d 100644 --- a/lib/libc/time/zic.c +++ b/lib/libc/time/zic.c @@ -1,14 +1,14 @@ #if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) static char elsieid[] = "@(#)zic.c 7.93"; -static char rcsid[] = "$OpenBSD: zic.c,v 1.7 1998/01/18 23:25:04 millert Exp $"; +static char rcsid[] = "$OpenBSD: zic.c,v 1.8 1999/01/28 23:44:37 espie Exp $"; #endif /* LIBC_SCCS and not lint */ #include "private.h" #include "locale.h" #include "tzfile.h" -#ifdef unix +#ifdef __unix__ #include "sys/stat.h" /* for umask manifest constants */ -#endif /* defined unix */ +#endif /* defined __unix__ */ /* ** On some ancient hosts, predicates like `isspace(C)' are defined |