Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen remove unused label
details: https://anonhg.NetBSD.org/src/rev/95233fb5d00f
branches: trunk
changeset: 471709:95233fb5d00f
user: drochner <drochner%NetBSD.org@localhost>
date: Thu Apr 08 17:07:02 1999 +0000
description:
remove unused label
diffstat:
lib/libc/gen/getgrouplist.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2657f88071ed -r 95233fb5d00f lib/libc/gen/getgrouplist.c
--- a/lib/libc/gen/getgrouplist.c Thu Apr 08 16:29:56 1999 +0000
+++ b/lib/libc/gen/getgrouplist.c Thu Apr 08 17:07:02 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getgrouplist.c,v 1.10 1999/04/05 18:52:28 mycroft Exp $ */
+/* $NetBSD: getgrouplist.c,v 1.11 1999/04/08 17:07:02 drochner Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)getgrouplist.c 8.2 (Berkeley) 12/8/94";
#else
-__RCSID("$NetBSD: getgrouplist.c,v 1.10 1999/04/05 18:52:28 mycroft Exp $");
+__RCSID("$NetBSD: getgrouplist.c,v 1.11 1999/04/08 17:07:02 drochner Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -97,7 +97,6 @@
}
}
}
-out:
endgrent();
*grpcnt = ngroups;
return (ret);
Home |
Main Index |
Thread Index |
Old Index