pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add Sync with src. Remove ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/097337a4d930
branches: trunk
changeset: 503572:097337a4d930
user: ben <ben%pkgsrc.org@localhost>
date: Wed Nov 23 14:33:50 2005 +0000
description:
Sync with src. Remove unused variable argc from apply_perms().
diffstat:
pkgtools/pkg_install/files/add/futil.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 55718db42d71 -r 097337a4d930 pkgtools/pkg_install/files/add/futil.c
--- a/pkgtools/pkg_install/files/add/futil.c Wed Nov 23 12:19:37 2005 +0000
+++ b/pkgtools/pkg_install/files/add/futil.c Wed Nov 23 14:33:50 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: futil.c,v 1.7 2005/11/22 15:44:59 ben Exp $ */
+/* $NetBSD: futil.c,v 1.8 2005/11/23 14:33:50 ben 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.7 2005/11/22 15:44:59 ben Exp $");
+__RCSID("$NetBSD: futil.c,v 1.8 2005/11/23 14:33:50 ben 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