Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/usr.sbin/pkg_install/add Pull up following revision(s) (r...
details: https://anonhg.NetBSD.org/src/rev/3050661b23fb
branches: netbsd-3
changeset: 577561:3050661b23fb
user: riz <riz%NetBSD.org@localhost>
date: Sun Nov 27 20:58:35 2005 +0000
description:
Pull up following revision(s) (requested by reuben in ticket #991):
usr.sbin/pkg_install/add/futil.c: revision 1.17
Remove unused variable "argc" in function apply_perms().
diffstat:
usr.sbin/pkg_install/add/futil.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 1367d39a52cf -r 3050661b23fb usr.sbin/pkg_install/add/futil.c
--- a/usr.sbin/pkg_install/add/futil.c Sun Nov 27 15:58:11 2005 +0000
+++ b/usr.sbin/pkg_install/add/futil.c Sun Nov 27 20:58:35 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: futil.c,v 1.14.6.2 2005/11/27 15:46:04 riz Exp $ */
+/* $NetBSD: futil.c,v 1.14.6.3 2005/11/27 20:58:35 riz Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -11,7 +11,7 @@
#if 0
static const char *rcsid = "from FreeBSD Id: futil.c,v 1.7 1997/10/08 07:45:39 charnier Exp";
#else
-__RCSID("$NetBSD: futil.c,v 1.14.6.2 2005/11/27 15:46:04 riz Exp $");
+__RCSID("$NetBSD: futil.c,v 1.14.6.3 2005/11/27 20:58:35 riz Exp $");
#endif
#endif
@@ -87,7 +87,6 @@
char *cd_to;
char owner_group[128];
const char **argv;
- int argc = 0;
int i;
argv = malloc((nargs + 4) * sizeof(char *));
Home |
Main Index |
Thread Index |
Old Index