Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/include Pull up rev. 1.25 into 1.5 branch, OK'd by thor...



details:   https://anonhg.NetBSD.org/src/rev/3ac1e6dbb73f
branches:  netbsd-1-5
changeset: 488556:3ac1e6dbb73f
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Tue Jul 18 00:14:30 2000 +0000

description:
Pull up rev. 1.25 into 1.5 branch, OK'd by thorpej:

Fix typo in comment: CUT -> UTC

diffstat:

 include/time.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b80229e30c47 -r 3ac1e6dbb73f include/time.h
--- a/include/time.h    Mon Jul 17 23:15:23 2000 +0000
+++ b/include/time.h    Tue Jul 18 00:14:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: time.h,v 1.24 2000/01/10 16:58:38 kleink Exp $ */
+/*     $NetBSD: time.h,v 1.24.4.1 2000/07/18 00:14:30 hubertf Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -87,7 +87,7 @@
        int     tm_wday;        /* days since Sunday [0-6] */
        int     tm_yday;        /* days since January 1 [0-365] */
        int     tm_isdst;       /* Daylight Savings Time flag */
-       long    tm_gmtoff;      /* offset from CUT in seconds */
+       long    tm_gmtoff;      /* offset from UTC in seconds */
        __aconst char *tm_zone; /* timezone abbreviation */
 };
 



Home | Main Index | Thread Index | Old Index