* ftpfs.c: Using HAVE_SOCKLEN_T instead of HAVE_C_TYPE_SOCKLEN_T.

This commit is contained in:
Roland Illig 2005-05-13 20:32:09 +00:00
parent 0e2177c8cd
commit aa262c3482
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-13 Roland Illig <roland.illig@gmx.de>
* ftpfs.c: Using HAVE_SOCKLEN_T instead of HAVE_C_TYPE_SOCKLEN_T.
2005-05-11 Pavel Roskin <proski@gnu.org>
* samba/lib/util_sock.c: Fix gcc 4.0 warnings.

View File

@ -96,7 +96,7 @@ What to do with this?
#define RFC_DARING 1
#define RFC_STRICT 2
#ifndef HAVE_C_TYPE_SOCKLEN_T
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;
#endif