diff --git a/include/time.h b/include/time.h index a9baa50ff1fd..1e38cb2da707 100644 --- a/include/time.h +++ b/include/time.h @@ -38,6 +38,10 @@ * @(#)time.h 8.3 (Berkeley) 1/21/94 */ +/* + * $FreeBSD$ + */ + #ifndef _TIME_H_ #define _TIME_H_ @@ -110,7 +114,7 @@ struct tm { 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 */ char *tm_zone; /* timezone abbreviation */ };