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.51 (requested by lukem in ...



details:   https://anonhg.NetBSD.org/src/rev/1661334db1c9
branches:  netbsd-3
changeset: 576755:1661334db1c9
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jul 24 10:23:44 2005 +0000

description:
Pull up revision 1.51 (requested by lukem in ticket #606):
Improve method used in fileindir() to determine if `file' is in or under `dir':
realpath(3) on non-NetBSD systems may fail if the target filename doesn't
exist, so instead use realpath(3) on the parent directory of `file'.
Per discussion with Todd Eigenschink.

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r dcd34f59c180 -r 1661334db1c9 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Sun Jul 24 10:23:36 2005 +0000
+++ b/usr.bin/ftp/version.h     Sun Jul 24 10:23:44 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.44.2.6 2005/07/24 10:17:36 tron Exp $    */
+/*     $NetBSD: version.h,v 1.44.2.7 2005/07/24 10:23:44 tron Exp $    */
 /*-
  * Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,5 +40,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20050514"
+#define        FTP_VERSION     "20050526"
 #endif



Home | Main Index | Thread Index | Old Index