mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* ftpfs.c: Using HAVE_SOCKLEN_T instead of HAVE_C_TYPE_SOCKLEN_T.
This commit is contained in:
parent
0e2177c8cd
commit
aa262c3482
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user