Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/include Ditto for nlist().



details:   https://anonhg.NetBSD.org/src/rev/1c34950fae0d
branches:  trunk
changeset: 480917:1c34950fae0d
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jan 23 01:35:49 2000 +0000

description:
Ditto for nlist().

diffstat:

 lib/libc/include/namespace.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 98f6aae526a0 -r 1c34950fae0d lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h      Sun Jan 23 01:06:33 2000 +0000
+++ b/lib/libc/include/namespace.h      Sun Jan 23 01:35:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namespace.h,v 1.43 2000/01/22 21:43:15 mycroft Exp $   */
+/*     $NetBSD: namespace.h,v 1.44 2000/01/23 01:35:49 mycroft Exp $   */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -265,7 +265,9 @@
 #define mpool_sync             _mpool_sync
 #define mrand48                        _mrand48
 #define nice                   _nice
+#if 0
 #define nlist                  _nlist
+#endif
 #define nrand48                        _nrand48
 #define nsdispatch             _nsdispatch
 #define offtime                        _offtime



Home | Main Index | Thread Index | Old Index