git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14751 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-07 18:57:54 +00:00
parent b2320af622
commit e74cf57105

View File

@@ -1,3 +1,14 @@
2005-04-07 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/ftp.c: fix 3 'var' might be used uninitialized warnings
2005-04-04 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/cmds.c: MacOS is also a unix that doesn't define
__unix__/unix While here, rewrite this part of the function to not
modify that string, but rather take a copy of it and them modify
is, all this just to pacify gcc
2005-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/domacro.c: cast argument to is* to unsigned char