[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: fix for building on Mac OS X (ITS#1444)



At 10:32 AM 2001-11-15, majka@apple.com wrote:
>Full_Name: Marc Majka
>Version: 2.0.18
>OS: Mac OS X (10.1)
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (17.202.42.168)
>
>
>File libraries/libldap/util-int.c, line 66 should be
>    static ldap_pvt_thread_mutex_t ldap_int_resolv_mutex;
>
>The "static" is missing.  This results a link error when building.

The "static" qualifier is not missing, that variable is not
intended to be local to util-int.c.

Kurt