Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/include Don't do the namespace hack for timezone() ...
details: https://anonhg.NetBSD.org/src/rev/2ce66113efe3
branches: trunk
changeset: 480899:2ce66113efe3
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Jan 22 21:43:15 2000 +0000
description:
Don't do the namespace hack for timezone() here; it causes lint, and we don't
need it anyway.
diffstat:
lib/libc/include/namespace.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 22d96efabd2f -r 2ce66113efe3 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h Sat Jan 22 21:19:29 2000 +0000
+++ b/lib/libc/include/namespace.h Sat Jan 22 21:43:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.42 1999/12/01 18:34:22 thorpej Exp $ */
+/* $NetBSD: namespace.h,v 1.43 2000/01/22 21:43:15 mycroft Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -387,7 +387,9 @@
#define timelocal _timelocal
#define timeoff _timeoff
#define times _times
+#if 0
#define timezone _timezone
+#endif
#define ttyname _ttyname
#define ttyslot _ttyslot
#define tzname _tzname
Home |
Main Index |
Thread Index |
Old Index