mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
689 B

  1. --- ./lib/sys_time_.h 2007-05-16 23:33:02.000000000 +0200
  2. +++ ./lib/sys_time_.h 2007-05-16 23:35:10.000000000 +0200
  3. @@ -39,7 +39,7 @@
  4. #if 1
  5. # undef gettimeofday
  6. # define gettimeofday rpl_gettimeofday
  7. -int gettimeofday (struct timeval *restrict, void *restrict);
  8. +int gettimeofday (struct timeval *tv, void *tz);
  9. #endif
  10. #endif /* _gl_SYS_TIME_H */
  11. --- ./lib/gettimeofday.c 2007-05-16 23:34:08.000000000 +0200
  12. +++ ./lib/gettimeofday.c 2007-05-16 23:35:31.000000000 +0200
  13. @@ -98,7 +98,7 @@
  14. causes problems. */
  15. int
  16. -rpl_gettimeofday (struct timeval *restrict tv, void *restrict tz)
  17. +rpl_gettimeofday (struct timeval *tv, void *tz)
  18. {
  19. #undef gettimeofday
  20. #if HAVE_GETTIMEOFDAY