components/desktop/thunderbird/patches/thunderbird-04-dup-ctime-def-removal.patch
changeset 6431 e4667e7df088
parent 5527 611b2d6efdfe
equal deleted inserted replaced
6430:74bc7531ae5a 6431:e4667e7df088
     2 In S11, ctime_r still takes 3 arguments. We should eventually look into
     2 In S11, ctime_r still takes 3 arguments. We should eventually look into
     3 modifying this patch with an ifdef for SOLARIS_11 since this will not work
     3 modifying this patch with an ifdef for SOLARIS_11 since this will not work
     4 on S11. 
     4 on S11. 
     5 This should be investigated for sending upstream.
     5 This should be investigated for sending upstream.
     6 
     6 
     7 --- comm-esr38/ldap/sdks/c-sdk/ldap/libraries/libldap/tmplout.c.orig	2015-04-15 14:18:18.428844179 +0530
     7 --- a/ldap/c-sdk/libraries/libldap/tmplout.c.orig	2015-04-15 14:18:18.428844179 +0530
     8 +++ comm-esr38/ldap/sdks/c-sdk/ldap/libraries/libldap/tmplout.c	2015-04-15 14:20:02.153860191 +0530
     8 +++ b/ldap/c-sdk/libraries/libldap/tmplout.c	2015-04-15 14:20:02.153860191 +0530
     9 @@ -48,11 +48,6 @@
     9 @@ -48,11 +48,6 @@
    10  #endif
    10  #endif
    11  
    11  
    12  
    12  
    13 -/* This is totally lame, since it should be coming from time.h, but isn't. */
    13 -/* This is totally lame, since it should be coming from time.h, but isn't. */