Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Doh. Remove the __weak_alias() as well...



details:   https://anonhg.NetBSD.org/src/rev/8795b259e10a
branches:  trunk
changeset: 480925:8795b259e10a
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jan 23 07:37:47 2000 +0000

description:
Doh.  Remove the __weak_alias() as well...

diffstat:

 lib/libc/gen/nlist.c    |  6 ++++--
 lib/libc/gen/timezone.c |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r f34c8b7f8c88 -r 8795b259e10a lib/libc/gen/nlist.c
--- a/lib/libc/gen/nlist.c      Sun Jan 23 07:10:13 2000 +0000
+++ b/lib/libc/gen/nlist.c      Sun Jan 23 07:37:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nlist.c,v 1.17 2000/01/22 22:19:11 mycroft Exp $       */
+/*     $NetBSD: nlist.c,v 1.18 2000/01/23 07:37:47 mycroft Exp $       */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)nlist.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: nlist.c,v 1.17 2000/01/22 22:19:11 mycroft Exp $");
+__RCSID("$NetBSD: nlist.c,v 1.18 2000/01/23 07:37:47 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -56,9 +56,11 @@
 #include <unistd.h>
 #include <a.out.h>                     /* for 'struct nlist' declaration */
 
+#if 0
 #ifdef __weak_alias
 __weak_alias(nlist,_nlist)
 #endif
+#endif
 
 #include "nlist_private.h"
 
diff -r f34c8b7f8c88 -r 8795b259e10a lib/libc/gen/timezone.c
--- a/lib/libc/gen/timezone.c   Sun Jan 23 07:10:13 2000 +0000
+++ b/lib/libc/gen/timezone.c   Sun Jan 23 07:37:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: timezone.c,v 1.13 2000/01/22 22:19:13 mycroft Exp $    */
+/*     $NetBSD: timezone.c,v 1.14 2000/01/23 07:37:47 mycroft Exp $    */
 
 /*
  * Copyright (c) 1987, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: timezone.c,v 1.13 2000/01/22 22:19:13 mycroft Exp $");
+__RCSID("$NetBSD: timezone.c,v 1.14 2000/01/23 07:37:47 mycroft Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -50,9 +50,11 @@
 #include <string.h>
 #include <tzfile.h>
 
+#if 0
 #ifdef __weak_alias
 __weak_alias(timezone,_timezone)
 #endif
+#endif
 
 /*
  * timezone --



Home | Main Index | Thread Index | Old Index