Ignore:
Timestamp:
Feb 18, 2015, 10:18:05 AM (10 years ago)
Author:
Silvan Scherrer
Message:

samba server 3.6: update trunk to 3.6.24

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/configure

    r873 r874  
    58315831    since some C++ compilers masquerading as C compilers
    58325832    incorrectly reject 9223372036854775807.  */
    5833 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
     5833#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
    58345834  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
    58355835                       && LARGE_OFF_T % 2147483647 == 1)
     
    58775877    since some C++ compilers masquerading as C compilers
    58785878    incorrectly reject 9223372036854775807.  */
    5879 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
     5879#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
    58805880  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
    58815881                       && LARGE_OFF_T % 2147483647 == 1)
     
    59015901    since some C++ compilers masquerading as C compilers
    59025902    incorrectly reject 9223372036854775807.  */
    5903 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
     5903#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
    59045904  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
    59055905                       && LARGE_OFF_T % 2147483647 == 1)
     
    59465946    since some C++ compilers masquerading as C compilers
    59475947    incorrectly reject 9223372036854775807.  */
    5948 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
     5948#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
    59495949  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
    59505950                       && LARGE_OFF_T % 2147483647 == 1)
     
    59705970    since some C++ compilers masquerading as C compilers
    59715971    incorrectly reject 9223372036854775807.  */
    5972 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
     5972#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
    59735973  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
    59745974                       && LARGE_OFF_T % 2147483647 == 1)
Note: See TracChangeset for help on using the changeset viewer.