Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2001 15:53:48 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <200111162353.fAGNrmu19184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/11/16 15:53:48 PST

  Modified files:
    sys/kern             tty.c 
  Log:
  You cannot cast a time_t to quad_t and printf it with %lld. quad_t is
  64 bits, not long long.
  
  Revision  Changes    Path
  1.159     +2 -2      src/sys/kern/tty.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?200111162353.fAGNrmu19184>