Bug 26238

Summary: small typo in time.h
Product: Base System Reporter: Ying-Chieh Liao <ijliao>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Ying-Chieh Liao 2001-03-31 08:00:01 UTC
there's a small typo in time.h, both -current and -stable

in time.h, struct tm :
    long    tm_gmtoff;  /* offset from CUT in seconds */

I think it must be "UTC" instead of "CUT"

Fix: 

s/CUT/UTC/
How-To-Repeat: 
vi /usr/include/time.h
/CUT
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-03-31 08:24:43 UTC
State Changed
From-To: open->closed

Fixed, thanks!