Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/lib remove stale debugging code
details: https://anonhg.NetBSD.org/src/rev/66864a07f25a
branches: trunk
changeset: 488091:66864a07f25a
user: hubertf <hubertf%NetBSD.org@localhost>
date: Sun Jun 18 01:31:23 2000 +0000
description:
remove stale debugging code
diffstat:
usr.sbin/pkg_install/lib/str.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r e71e916505f7 -r 66864a07f25a usr.sbin/pkg_install/lib/str.c
--- a/usr.sbin/pkg_install/lib/str.c Sun Jun 18 01:29:30 2000 +0000
+++ b/usr.sbin/pkg_install/lib/str.c Sun Jun 18 01:31:23 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: str.c,v 1.22 2000/06/18 01:29:30 hubertf Exp $ */
+/* $NetBSD: str.c,v 1.23 2000/06/18 01:31:23 hubertf Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "Id: str.c,v 1.5 1997/10/08 07:48:21 charnier Exp";
#else
-__RCSID("$NetBSD: str.c,v 1.22 2000/06/18 01:29:30 hubertf Exp $");
+__RCSID("$NetBSD: str.c,v 1.23 2000/06/18 01:31:23 hubertf Exp $");
#endif
#endif
@@ -358,8 +358,6 @@
}
}
- found_version, best_version); fflush(stdout);
-
if (best == NULL || best[0] == '\0' || deweycmp(found_version, GT, best_version)) {
/* found pkg(version) is bigger than current "best"
* version - remember! */
Home |
Main Index |
Thread Index |
Old Index