Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 1995 16:59:25 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern kern_time.c
Message-ID:  <199511190059.QAA00151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/11/18 16:59:25

  Modified:    sys/kern  kern_time.c
  Log:
  Fixed settimeofday():
  - don't allow invalid timevals.
  - normalize timevals as they are built - don't call timevaladd() with
    a possibly invalid timeval and normalize the result.
  
  Fixed a warning.



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