Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2005 14:47:54 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dhclient dhclient.c
Message-ID:  <200506071447.j57EltvO001352@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2005-06-07 14:47:54 UTC

  FreeBSD src repository

  Modified files:
    sbin/dhclient        dhclient.c 
  Log:
  Fix build on 64-bit platforms where time_t is 64 bit.  Since where
  talking about time related to leases, it should be OK to cast these to
  (int)s rather than using intmax_t.
  
  Submitted by:   ru
  Pointy hat:     brooks
  
  Revision  Changes    Path
  1.3       +5 -4      src/sbin/dhclient/dhclient.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506071447.j57EltvO001352>