Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen the real reason behind PR lib/29919 was that th...
details: https://anonhg.NetBSD.org/src/rev/f8c065b7f1e4
branches: trunk
changeset: 580163:f8c065b7f1e4
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Apr 12 20:49:19 2005 +0000
description:
the real reason behind PR lib/29919 was that there was a __weak_alias,
obviously copied from getmntinfo.c, referencing the compatibility
getmntinfo()
diffstat:
lib/libc/gen/__getmntinfo13.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 0caaa0281083 -r f8c065b7f1e4 lib/libc/gen/__getmntinfo13.c
--- a/lib/libc/gen/__getmntinfo13.c Tue Apr 12 17:30:51 2005 +0000
+++ b/lib/libc/gen/__getmntinfo13.c Tue Apr 12 20:49:19 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __getmntinfo13.c,v 1.1 2004/04/21 01:05:32 christos Exp $ */
+/* $NetBSD: __getmntinfo13.c,v 1.2 2005/04/12 20:49:19 drochner Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: __getmntinfo13.c,v 1.1 2004/04/21 01:05:32 christos Exp $");
+__RCSID("$NetBSD: __getmntinfo13.c,v 1.2 2005/04/12 20:49:19 drochner Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -47,10 +47,6 @@
#include <errno.h>
#include <stdlib.h>
-#ifdef __weak_alias
-__weak_alias(getmntinfo,_getmntinfo)
-#endif
-
/*
* Return information about mounted filesystems.
*/
Home |
Main Index |
Thread Index |
Old Index