Bug 9507 - tcpslice(8) is not Y2K compliant
Summary: tcpslice(8) is not Y2K compliant
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-01-15 05:30 UTC by Peter Jeremy
Modified: 1999-01-20 18:37 UTC (History)
0 users

See Also:


Attachments
file.diff (432 bytes, patch)
1999-01-15 05:30 UTC, Peter Jeremy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Jeremy 1999-01-15 05:30:04 UTC
tcpslice(8) uses a raw tm_year and will therefore display 100y01m01d...
for 2000-JAN-01.  For compatibility, use a two-digit year until 2000.

How-To-Repeat: 
Code inspection
Comment 1 Bill Fenner freebsd_committer freebsd_triage 1999-01-20 18:36:54 UTC
State Changed
From-To: open->closed

Fixed in rev 1.8 of tcpslice.c -- thanks!