Changeset fd8f4e26f714d85345870713f4e6a2a9999ce05c

Show
Ignore:
Timestamp:
11/07/05 17:59:36 (3 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1121097576 +0000
git-parent:

[3785eb2161f1d58e1abb2df94f343bfdac660238]

git-author:
Christophe Massiot <massiot@videolan.org> 1121097576 +0000
Message:
  • src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/directory.c

    rfe087a3 rfd8f4e2  
    363363} 
    364364 
    365 #if defined(SYS_BEOS) || defined(WIN32) 
     365#if defined(SYS_BEOS) || defined(WIN32) || defined(SYS_SOLARIS) 
    366366/* BeOS doesn't have scandir/alphasort/versionsort */ 
    367367static int alphasort( const struct dirent **a, const struct dirent **b ) 
  • src/misc/getaddrinfo.c

    rfe087a3 rfd8f4e2  
    5858#include "network.h" 
    5959 
    60 #ifdef SYS_BEO
     60#ifndef NO_ADDRES
    6161#   define NO_ADDRESS  NO_DATA 
     62#endif 
     63#ifndef INADDR_NONE 
    6264#   define INADDR_NONE 0xFFFFFFFF 
     65#endif 
     66#ifndef AF_UNSPEC 
    6367#   define AF_UNSPEC   0 
    6468#endif