Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/lib/libc/gen Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/9e1e0fe0fe0b
branches: netbsd-3
changeset: 577865:9e1e0fe0fe0b
user: riz <riz%NetBSD.org@localhost>
date: Wed Mar 01 17:12:05 2006 +0000
description:
Pull up following revision(s) (requested by drochner in ticket #1187):
lib/libc/gen/__getmntinfo13.c: revision 1.2
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 b0e7e13a49be -r 9e1e0fe0fe0b lib/libc/gen/__getmntinfo13.c
--- a/lib/libc/gen/__getmntinfo13.c Wed Mar 01 04:04:00 2006 +0000
+++ b/lib/libc/gen/__getmntinfo13.c Wed Mar 01 17:12:05 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __getmntinfo13.c,v 1.1 2004/04/21 01:05:32 christos Exp $ */
+/* $NetBSD: __getmntinfo13.c,v 1.1.2.1 2006/03/01 17:12:05 riz 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.1.2.1 2006/03/01 17:12:05 riz 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