| Summary: | small typo in time.h | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Ying-Chieh Liao <ijliao> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Fixed, thanks! |
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