get the correct date for today.

This commit is contained in:
christos 2009-01-11 03:31:57 +00:00
parent 5ef9f056b5
commit ee0cffb57b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: BRANCHES,v 1.273 2009/01/11 03:23:38 christos Exp $
# $NetBSD: BRANCHES,v 1.274 2009/01/11 03:31:57 christos Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@ -1679,7 +1679,7 @@ Description: Change time_t and dev_t to 64 bit quantities; fix timeval
and timespec.
Status: merged
Start Date: 29 March 2008
End Date: 8 January 2009
End Date: 10 January 2009
Base Tag: gdamore-uart-base
Maintainer: Garrett D'Amore <gdamore@NetBSD.org>
Scope: kernel, libc, libutil, userland

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1163 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1164 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -92,4 +92,4 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
time_t,dev_t: changed time_t and dev_t to be 64 bit quantities. Fixed
POSIX issues in timeval and timespec [christos 20090109]
POSIX issues in timeval and timespec [christos 20090110]