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.56 from trunk. (cgd)



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

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

diffstat:

 usr.bin/ftp/fetch.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 33554b44a5aa -r 3ac8e87c4b9e usr.bin/ftp/fetch.c
--- a/usr.bin/ftp/fetch.c       Fri Jun 25 01:15:04 1999 +0000
+++ b/usr.bin/ftp/fetch.c       Fri Jun 25 01:15:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fetch.c,v 1.52.2.1 1999/06/22 21:01:48 perry Exp $     */
+/*     $NetBSD: fetch.c,v 1.52.2.2 1999/06/25 01:15:14 cgd Exp $       */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.52.2.1 1999/06/22 21:01:48 perry Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.52.2.2 1999/06/25 01:15:14 cgd Exp $");
 #endif /* not lint */
 
 /*
@@ -1369,7 +1369,7 @@
        const char *url;
 {
 
-#ifndef SMALL
+#ifndef NO_ABOUT
        /*
         * Check for about:*
         */
@@ -1388,7 +1388,7 @@
                }
                return (0);
        }
-#endif /* SMALL */
+#endif /* NO_ABOUT */
 
        /*
         * Check for file:// and http:// URLs.



Home | Main Index | Thread Index | Old Index