Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2001 10:28:45 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_resource.c
Message-ID:  <200111041828.fA4ISkt98087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/11/04 10:28:45 PST

  Modified files:
    sys/kern             kern_resource.c 
  Log:
  Forced commit:
   Fix breakage in previous time_t related commit:
    quad_t is not a 'long long' - don't use that for casting for printf %lld
    (it is plain "long" on our 64 bit platforms).
  
   Also, These timestamps are relative to boot time, not 1970.  We dont need
   to slow things down here with synthetic types on i386 since we have
   other wraparounds that occur *long* before 68 years of uptime.
  
  Revision  Changes    Path
  1.94      +0 -0      src/sys/kern/kern_resource.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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