Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp be harsher about workaround



details:   https://anonhg.NetBSD.org/src/rev/7fc2df523e08
branches:  trunk
changeset: 481246:7fc2df523e08
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jan 25 06:45:18 2000 +0000

description:
be harsher about workaround

diffstat:

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

diffs (29 lines):

diff -r 4472c7639638 -r 7fc2df523e08 usr.bin/ftp/util.c
--- a/usr.bin/ftp/util.c        Tue Jan 25 06:36:17 2000 +0000
+++ b/usr.bin/ftp/util.c        Tue Jan 25 06:45:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.87 2000/01/25 06:11:00 lukem Exp $  */
+/*     $NetBSD: util.c,v 1.88 2000/01/25 06:45:18 lukem Exp $  */
 
 /*-
  * Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: util.c,v 1.87 2000/01/25 06:11:00 lukem Exp $");
+__RCSID("$NetBSD: util.c,v 1.88 2000/01/25 06:45:18 lukem Exp $");
 #endif /* not lint */
 
 /*
@@ -666,8 +666,8 @@
                        *frac++ = '\0';
                if (strlen(timestr) == 15 && strncmp(timestr, "191", 3) == 0) {
                        /*
-                        * workaround lame ftpd's that return `19100'
-                        * instead of `2000'
+                        * XXX: Workaround for lame ftpd's that return
+                        *      `19100' instead of `2000'
                         */
                        fprintf(ttyout,
            "Y2K warning! Incorrect time-val `%s' received from server.\n",



Home | Main Index | Thread Index | Old Index