pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/add Garbag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7350f7001ef0
branches: pkg_install-renovation
changeset: 541559:7350f7001ef0
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 22 22:10:45 2008 +0000
description:
Garbage collect unused variable.
diffstat:
pkgtools/pkg_install/files/add/main.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 78145fcee327 -r 7350f7001ef0 pkgtools/pkg_install/files/add/main.c
--- a/pkgtools/pkg_install/files/add/main.c Thu Jun 12 16:06:57 2008 +0000
+++ b/pkgtools/pkg_install/files/add/main.c Sun Jun 22 22:10:45 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.14.4.3 2008/06/12 15:16:41 joerg Exp $ */
+/* $NetBSD: main.c,v 1.14.4.4 2008/06/22 22:10:45 joerg Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -11,7 +11,7 @@
#if 0
static char *rcsid = "from FreeBSD Id: main.c,v 1.16 1997/10/08 07:45:43 charnier Exp";
#else
-__RCSID("$NetBSD: main.c,v 1.14.4.3 2008/06/12 15:16:41 joerg Exp $");
+__RCSID("$NetBSD: main.c,v 1.14.4.4 2008/06/22 22:10:45 joerg Exp $");
#endif
#endif
@@ -76,7 +76,6 @@
{
int ch, error=0;
lpkg_head_t pkgs;
- int rc;
setprogname(argv[0]);
while ((ch = getopt(argc, argv, Options)) != -1) {
Home |
Main Index |
Thread Index |
Old Index