Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

Location:
vendor/current/source3/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c

    r414 r478  
    521521                                        GTK_MESSAGE_ERROR,
    522522                                        GTK_BUTTONS_CLOSE,
    523                                         str);
     523                                        "%s",str);
    524524
    525525        gtk_window_set_modal(GTK_WINDOW(dialog), TRUE);
  • vendor/current/source3/lib/time.c

    r414 r478  
    2828 */
    2929
    30 
    31 #ifndef TIME_T_MIN
    32 #define TIME_T_MIN ((time_t)0 < (time_t) -1 ? (time_t) 0 \
    33                     : ~ (time_t) 0 << (sizeof (time_t) * CHAR_BIT - 1))
    34 #endif
    35 #ifndef TIME_T_MAX
    36 #define TIME_T_MAX (~ (time_t) 0 - TIME_T_MIN)
    37 #endif
    3830
    3931#define NTTIME_INFINITY (NTTIME)0x8000000000000000LL
Note: See TracChangeset for help on using the changeset viewer.