patch-gcc_ada_sysdep_c 475 B

12345678910111213
  1. $OpenBSD: patch-gcc_ada_sysdep_c,v 1.1.1.1 2014/06/26 16:30:18 pascal Exp $
  2. --- gcc/ada/sysdep.c.orig Mon Jan 20 16:23:37 2014
  3. +++ gcc/ada/sysdep.c Fri Feb 14 21:33:08 2014
  4. @@ -854,7 +854,7 @@ __gnat_localtime_tzoff (const time_t *timer, const int
  5. struct tm */
  6. #elif defined (__APPLE__) || defined (__FreeBSD__) || defined (linux) ||\
  7. - defined (__GLIBC__)
  8. + defined (__GLIBC__) || defined (__OpenBSD__)
  9. {
  10. localtime_r (timer, &tp);
  11. *off = tp.tm_gmtoff;