Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/nsswitch/pam_winbind.h

    r740 r988  
    5656#include <talloc.h>
    5757#include "libwbclient/wbclient.h"
     58#include "lib/util/tiniparser.h"
    5859
    5960#define MODULE_NAME "pam_winbind"
     
    6667#define PAM_WINBIND_CONFIG_FILE "/etc/security/pam_winbind.conf"
    6768#endif
    68 
    69 #include <iniparser.h>
    7069
    7170#ifdef HAVE_LIBINTL_H
     
    9493#endif
    9594
    96 #endif /* defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) || defined(AIX) */
     95#endif /* (!)LINUX */
    9796
    9897#if defined(HAVE_SECURITY_PAM_MODULES_H)
     
    213212        int argc;
    214213        const char **argv;
    215         dictionary *dict;
     214        struct tiniparser_dictionary *dict;
    216215        uint32_t ctrl;
    217216};
Note: See TracChangeset for help on using the changeset viewer.