Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up revision 1.34 (request...
details: https://anonhg.NetBSD.org/src/rev/7fa719a0dd22
branches: netbsd-1-4
changeset: 469926:7fa719a0dd22
user: he <he%NetBSD.org@localhost>
date: Mon Dec 20 15:42:15 1999 +0000
description:
Pull up revision 1.34 (requested by hubertf):
Remove some old debug code.
diffstat:
usr.sbin/pkg_install/lib/file.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 4b1aaa15bf95 -r 7fa719a0dd22 usr.sbin/pkg_install/lib/file.c
--- a/usr.sbin/pkg_install/lib/file.c Mon Dec 20 15:40:56 1999 +0000
+++ b/usr.sbin/pkg_install/lib/file.c Mon Dec 20 15:42:15 1999 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: file.c,v 1.25.2.6 1999/12/20 15:13:44 he Exp $ */
+/* $NetBSD: file.c,v 1.25.2.7 1999/12/20 15:42:15 he Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "from FreeBSD Id: file.c,v 1.29 1997/10/08 07:47:54 charnier Exp";
#else
-__RCSID("$NetBSD: file.c,v 1.25.2.6 1999/12/20 15:13:44 he Exp $");
+__RCSID("$NetBSD: file.c,v 1.25.2.7 1999/12/20 15:42:15 he Exp $");
#endif
#endif
@@ -69,7 +69,6 @@
dup2(p[1], 1);
close(p[1]);
- fprintf(stderr, ">>> ftp -o - %s\n", url);
execl("/usr/bin/ftp", "ftp", "-V", "-o", "-", url, NULL);
exit(1);
} else {
Home |
Main Index |
Thread Index |
Old Index