Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/usr.bin/ftp Pull up revision 1.99 (requested by lukem in ...
details: https://anonhg.NetBSD.org/src/rev/9145cca78a97
branches: netbsd-3
changeset: 576775:9145cca78a97
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 24 10:32:14 2005 +0000
description:
Pull up revision 1.99 (requested by lukem in ticket #606):
Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again.
diffstat:
usr.bin/ftp/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1ab01655374f -r 9145cca78a97 usr.bin/ftp/main.c
--- a/usr.bin/ftp/main.c Sun Jul 24 10:31:06 2005 +0000
+++ b/usr.bin/ftp/main.c Sun Jul 24 10:32:14 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.90.2.8 2005/07/24 10:31:06 tron Exp $ */
+/* $NetBSD: main.c,v 1.90.2.9 2005/07/24 10:32:14 tron Exp $ */
/*-
* Copyright (c) 1996-2005 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94";
#else
-__RCSID("$NetBSD: main.c,v 1.90.2.8 2005/07/24 10:31:06 tron Exp $");
+__RCSID("$NetBSD: main.c,v 1.90.2.9 2005/07/24 10:32:14 tron Exp $");
#endif
#endif /* not lint */
@@ -953,7 +953,7 @@
cmd = argv[0];
isusage = (strcmp(cmd, "usage") == 0);
if (argc == 0 || (isusage && argc == 1)) {
- fprintf(ttyout, "usage: %s [command [...]]\n", cmd);
+ UPRINTF("usage: %s [command [...]]\n", cmd);
return;
}
if (argc == 1) {
Home |
Main Index |
Thread Index |
Old Index