Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/ftp pull up rev 1.51 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/1290a467aaaf
branches:  netbsd-1-4
changeset: 469049:1290a467aaaf
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Jun 25 01:14:39 1999 +0000

description:
pull up rev 1.51 from trunk. (cgd)

diffstat:

 usr.bin/ftp/cmds.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r c94c9e17c310 -r 1290a467aaaf usr.bin/ftp/cmds.c
--- a/usr.bin/ftp/cmds.c        Fri Jun 25 00:08:22 1999 +0000
+++ b/usr.bin/ftp/cmds.c        Fri Jun 25 01:14:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmds.c,v 1.47.2.2 1999/06/23 14:31:15 perry Exp $      */
+/*     $NetBSD: cmds.c,v 1.47.2.3 1999/06/25 01:14:39 cgd Exp $        */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
 #if 0
 static char sccsid[] = "@(#)cmds.c     8.6 (Berkeley) 10/9/94";
 #else
-__RCSID("$NetBSD: cmds.c,v 1.47.2.2 1999/06/23 14:31:15 perry Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.47.2.3 1999/06/25 01:14:39 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -728,9 +728,9 @@
            "Hash mark printing: %s; Mark count: %d; Progress bar: %s.\n",
            onoff(hash), mark, onoff(progress));
        fprintf(ttyout, "Use of PORT cmds: %s.\n", onoff(sendport));
-#ifndef SMALL
+#ifndef NO_EDITCOMPLETE
        fprintf(ttyout, "Command line editing: %s.\n", onoff(editing));
-#endif /* !SMALL */
+#endif /* !NO_EDITCOMPLETE */
        if (macnum > 0) {
                fputs("Macros:\n", ttyout);
                for (i=0; i<macnum; i++) {
@@ -778,7 +778,7 @@
        code = togglevar(argc, argv, &bell, "Bell mode");
 }
 
-#ifndef SMALL
+#ifndef NO_EDITCOMPLETE
 /*
  * Set command line editing
  */
@@ -792,7 +792,7 @@
        code = togglevar(argc, argv, &editing, "Editing mode");
        controlediting();
 }
-#endif /* !SMALL */
+#endif /* !NO_EDITCOMPLETE */
 
 /*
  * Turn on packet tracing.



Home | Main Index | Thread Index | Old Index