Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140213 Details for
Bug 204457
dev-util/strace-4.5.16-r1: file.c:678: error: incompatible type for argument 1 of `sprinttime' on sparc when using -O3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Quick fix
strace-4.5.16-sparc-sprinttime.patch (text/plain), 679 bytes, created by
Michał Mirosław
on 2008-01-05 18:27:25 UTC
(
hide
)
Description:
Quick fix
Filename:
MIME Type:
Creator:
Michał Mirosław
Created:
2008-01-05 18:27:25 UTC
Size:
679 bytes
patch
obsolete
>--- strace-4.5.16/file.c 2008-01-05 18:48:37.000000000 +0100 >+++ strace-4.5.16/file.c.new 2008-01-05 19:15:59.000000000 +0100 >@@ -766,9 +766,9 @@ > break; > } > if (!abbrev(tcp)) { >- tprintf("st_atime=%s, ", sprinttime(statbuf.st_atime)); >- tprintf("st_mtime=%s, ", sprinttime(statbuf.st_mtime)); >- tprintf("st_ctime=%s}", sprinttime(statbuf.st_ctime)); >+ tprintf("st_atime=%s.%09d, ", sprinttime(statbuf.st_atime.tv_sec), statbuf.st_atime.tv_nsec); >+ tprintf("st_mtime=%s.%09d, ", sprinttime(statbuf.st_mtime.tv_sec), statbuf.st_atime.tv_nsec); >+ tprintf("st_ctime=%s.%09d}", sprinttime(statbuf.st_ctime.tv_sec), statbuf.st_atime.tv_nsec); > } > else > tprintf("...}");
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 204457
: 140213 |
140214
|
142508
|
142510