Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.sbin/pkg_install/lib Pull up revision 1.45 (request...
details: https://anonhg.NetBSD.org/src/rev/9e716256cb36
branches: netbsd-1-6
changeset: 529531:9e716256cb36
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 24 22:35:25 2002 +0000
description:
Pull up revision 1.45 (requested by jschauma in ticket #1011):
Fix typo in last (hi christos).
diffstat:
usr.sbin/pkg_install/lib/ftpio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 0517637df375 -r 9e716256cb36 usr.sbin/pkg_install/lib/ftpio.c
--- a/usr.sbin/pkg_install/lib/ftpio.c Sun Nov 24 22:35:07 2002 +0000
+++ b/usr.sbin/pkg_install/lib/ftpio.c Sun Nov 24 22:35:25 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ftpio.c,v 1.35.2.7 2002/11/24 22:35:07 tron Exp $ */
+/* $NetBSD: ftpio.c,v 1.35.2.8 2002/11/24 22:35:25 tron Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ftpio.c,v 1.35.2.7 2002/11/24 22:35:07 tron Exp $");
+__RCSID("$NetBSD: ftpio.c,v 1.35.2.8 2002/11/24 22:35:25 tron Exp $");
#endif
/*
@@ -222,7 +222,7 @@
int rc=0;
int len;
- if (Verboase)
+ if (Verbose)
fprintf(stderr, "\nftp> %s", cmd);
fflush(stdout);
Home |
Main Index |
Thread Index |
Old Index