patch-gcc_ada_a-calend_adb 598 B

123456789101112131415
  1. $OpenBSD: patch-gcc_ada_a-calend_adb,v 1.1 2014/02/07 01:27:21 tobiasu Exp $
  2. --- gcc/ada/a-calend.adb.orig Sun Jan 19 01:33:14 2014
  3. +++ gcc/ada/a-calend.adb Sun Jan 19 01:34:06 2014
  4. @@ -1448,9 +1448,7 @@ package body Ada.Calendar is
  5. subtype long is Long_Integer;
  6. type long_Pointer is access all long;
  7. - type time_t is
  8. - range -(2 ** (Standard'Address_Size - Integer'(1))) ..
  9. - +(2 ** (Standard'Address_Size - Integer'(1)) - 1);
  10. + type time_t is new Long_Long_Integer;
  11. type time_t_Pointer is access all time_t;
  12. procedure localtime_tzoff