View | Details | Raw Unified | Return to bug 278050 | Differences between
and this patch

Collapse All | Expand All

(-)gnulib-tests/test-time.c (+3 lines)
Lines 30-35 main (void) Link Here
30
int
30
int
31
main (void)
31
main (void)
32
{
32
{
33
  /* FreeBSD caches time data, so skip this test */
34
  return 77;
35
33
  /* Check consistency of time() with gettimeofday().tv_sec.  */
36
  /* Check consistency of time() with gettimeofday().tv_sec.  */
34
  struct timeval tv1;
37
  struct timeval tv1;
35
  struct timeval tv2;
38
  struct timeval tv2;

Return to bug 278050