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/admin pkgcnt was incremented twice duri...
details: https://anonhg.NetBSD.org/src/rev/1e61191d5b2a
branches: trunk
changeset: 499741:1e61191d5b2a
user: mycroft <mycroft%NetBSD.org@localhost>
date: Tue Nov 28 05:21:57 2000 +0000
description:
pkgcnt was incremented twice during a `check'...
diffstat:
usr.sbin/pkg_install/admin/main.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 9f4454e55253 -r 1e61191d5b2a usr.sbin/pkg_install/admin/main.c
--- a/usr.sbin/pkg_install/admin/main.c Tue Nov 28 05:18:42 2000 +0000
+++ b/usr.sbin/pkg_install/admin/main.c Tue Nov 28 05:21:57 2000 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: main.c,v 1.14 2000/10/09 19:11:58 hubertf Exp $ */
+/* $NetBSD: main.c,v 1.15 2000/11/28 05:21:57 mycroft Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: main.c,v 1.14 2000/10/09 19:11:58 hubertf Exp $");
+__RCSID("$NetBSD: main.c,v 1.15 2000/11/28 05:21:57 mycroft Exp $");
#endif
/*
@@ -144,8 +144,6 @@
}
free_plist(&Plist);
fclose(f);
-
- pkgcnt++;
}
static void
Home |
Main Index |
Thread Index |
Old Index