Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67953 Details for
Bug 105258
>=net-irc/ircd-hybrid-7.1.0 has problems with AMD64 multilib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix amd64 header bits/stat.h
bits_stat_h.patch (text/plain), 597 bytes, created by
Herbie Hopkins (RETIRED)
on 2005-09-08 12:15:50 UTC
(
hide
)
Description:
patch to fix amd64 header bits/stat.h
Filename:
MIME Type:
Creator:
Herbie Hopkins (RETIRED)
Created:
2005-09-08 12:15:50 UTC
Size:
597 bytes
patch
obsolete
>--- bits/stat.h.orig 2005-09-08 20:06:06.000000000 +0100 >+++ bits/stat.h 2005-09-08 16:55:28.000000000 +0100 >@@ -100,7 +100,7 @@ > unsigned long int st_ctimensec; /* Nsecs of last status change. */ > #endif > #if __WORDSIZE == 64 >- long int __unused[3]; >+ long int __unused3; > #else > # ifndef __USE_FILE_OFFSET64 > unsigned long int __unused4; >@@ -161,7 +161,7 @@ > unsigned long int st_ctimensec; /* Nsecs of last status change. */ > #endif > #if __WORDSIZE == 64 >- long int __unused[3]; >+ long int __unused3; > #else > __ino64_t st_ino; /* File serial number. */ > #endif
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 105258
:
67953
|
90048