FreeBSD Bugzilla – Attachment 7246 Details for
Bug 15853
tar --newer-mtime flag has Y2K bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 639 bytes, created by
gordon
on 2000-01-03 00:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gordon
Created:
2000-01-03 00:20:00 UTC
Size:
639 bytes
patch
obsolete
>Index: getdate.y >=================================================================== >RCS file: getdate.y,v >retrieving revision 1.3 >retrieving revision 1.4 >diff -c -r1.3 -r1.4 >*** getdate.y 2000/01/01 23:28:19 1.3 >--- getdate.y 2000/01/02 18:24:39 1.4 >*************** >*** 903,909 **** > } > > tm = localtime(&now->time); >! yyYear = tm->tm_year; > yyMonth = tm->tm_mon + 1; > yyDay = tm->tm_mday; > yyTimezone = now->timezone; >--- 903,909 ---- > } > > tm = localtime(&now->time); >! yyYear = tm->tm_year + 1900; > yyMonth = tm->tm_mon + 1; > yyDay = tm->tm_mday; > yyTimezone = now->timezone;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15853
: 7246