Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 1998 16:17:44 -0700 (PDT)
From:      Alex Nash <alex@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_clock.c
Message-ID:  <199810062317.QAA23982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        1998/10/06 16:17:44 PDT

  Modified files:
    sys/kern             kern_clock.c 
  Log:
  Cast the return value of tvtohz() from a long to an int to satisfy the
  compiler that we know what we're doing (the value returned has already
  been restricted to int ranges).
  
  Reviewed by:	bde
  
  Revision  Changes    Path
  1.80      +2 -2      src/sys/kern/kern_clock.c



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