Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pull up rev. 1.21 to 1.5 branc...
details: https://anonhg.NetBSD.org/src/rev/4074f9f4099c
branches: netbsd-1-5
changeset: 488488:4074f9f4099c
user: hubertf <hubertf%NetBSD.org@localhost>
date: Thu Jul 13 03:17:59 2000 +0000
description:
Pull up rev. 1.21 to 1.5 branch, OK'd by thorpej:
remove/hide some debugging code
diffstat:
usr.sbin/pkg_install/lib/ftpio.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 783443daa4e1 -r 4074f9f4099c usr.sbin/pkg_install/lib/ftpio.c
--- a/usr.sbin/pkg_install/lib/ftpio.c Thu Jul 13 03:15:37 2000 +0000
+++ b/usr.sbin/pkg_install/lib/ftpio.c Thu Jul 13 03:17:59 2000 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ftpio.c,v 1.20 2000/06/18 01:29:17 hubertf Exp $ */
+/* $NetBSD: ftpio.c,v 1.20.2.1 2000/07/13 03:17:59 hubertf Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ftpio.c,v 1.20 2000/06/18 01:29:17 hubertf Exp $");
+__RCSID("$NetBSD: ftpio.c,v 1.20.2.1 2000/07/13 03:17:59 hubertf Exp $");
#endif
/*
@@ -520,7 +520,6 @@
* in findmatchingname() */
while (fgets(filename, sizeof(buf), f)) {
filename[strlen(filename)-1] = '\0';
-fprintf(stderr, "HF: pkg='%s', filename='%s'\n", pkg, filename);
if (pmatch(pkg, filename)) {
matches++;
Home |
Main Index |
Thread Index |
Old Index