diff ChangeLog @ 520:e67a52327b24

2004-7-27 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/local.c lib/protocols.c lib/sshv2.c - changed declaration of gftp_stat_filename() so that the mode of the filename is returned as a parameter instead of the function return value. The mode_t type is unsigned and the error codes could not be reported properly
author masneyb
date Wed, 28 Jul 2004 02:19:00 +0000
parents c3edcd3e9db9
children 739afd9df73c
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 28 01:58:28 2004 +0000
+++ b/ChangeLog	Wed Jul 28 02:19:00 2004 +0000
@@ -1,4 +1,10 @@
 2004-7-27 Brian Masney <masneyb@gftp.org>
+	* lib/gftp.h lib/local.c lib/protocols.c lib/sshv2.c - changed
+	declaration of gftp_stat_filename() so that the mode of the filename
+	is returned as a parameter instead of the function return value.
+	The mode_t type is unsigned and the error codes could not be reported
+	properly
+
 	* lib/sshv2.c - fixed SSHV2 transfers so that they work again
 	(they were busted in the last CVS commit due to the wrong file
 	offset being sent over)
@@ -2674,7 +2680,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.297 2004/07/28 01:58:28 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.298 2004/07/28 02:19:00 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer