]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/friendly.c
update locking codes, remove old platform specific defines
[openldap] / libraries / libldap / friendly.c
index 686ac882aa9add772ef5ee8e7926ef82fc692806..0f5aa6acad7097551d67af5f724b90c4e8845e9b 100644 (file)
@@ -32,9 +32,7 @@ ldap_friendly_name( char *filename, char *uname, FriendlyMap **map )
        char    buf[BUFSIZ];
 
        if ( map == NULL ) {
-#if !defined( MACOS ) && !defined( DOS )
                errno = EINVAL;
-#endif
                return( uname );
        }