Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 269353 Details for
Bug 361541
sys-apps/busybox-1.8.13 fails to compile on a x86 uclibc box
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch without bugzilla damage.
busybox-1.18.3-fix-nsec.patch (text/plain), 442 bytes, created by
Nick Bowler
on 2011-04-10 17:50:10 UTC
(
hide
)
Description:
Patch without bugzilla damage.
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2011-04-10 17:50:10 UTC
Size:
442 bytes
patch
obsolete
>--- coreutils/date.c 2011-02-08 17:24:57.000000000 +0000 >+++ coreutils/date1.c 2011-04-01 01:31:26.000000000 +0000 >@@ -249,7 +249,7 @@ int date_main(int argc UNUSED_PARAM, cha > xstat(filename, &statbuf); > ts.tv_sec = statbuf.st_mtime; > #if ENABLE_FEATURE_DATE_NANO >- ts.tv_nsec = statbuf.st_mtim.tv_nsec; >+ ts.tv_nsec = statbuf.st_mtimensec; > /* some toolchains use .st_mtimensec instead of st_mtim.tv_nsec */ > #endif > } else {
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 361541
: 269353 |
302887