Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313021 Details for
Bug 457291
strace fails to compile with rawhide kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix compilation with 2.6.27 kernel
d-strace-dirent-fix (text/plain), 771 bytes, created by
Ulrich Drepper
on 2008-07-30 18:27:07 UTC
(
hide
)
Description:
Patch to fix compilation with 2.6.27 kernel
Filename:
MIME Type:
Creator:
Ulrich Drepper
Created:
2008-07-30 18:27:07 UTC
Size:
771 bytes
patch
obsolete
>Index: file.c >=================================================================== >RCS file: /cvsroot/strace/strace/file.c,v >retrieving revision 1.92 >diff -u -r1.92 file.c >--- file.c 20 May 2008 04:56:18 -0000 1.92 >+++ file.c 30 Jul 2008 18:26:33 -0000 >@@ -34,14 +34,7 @@ > #include "defs.h" > > #include <dirent.h> >-#ifdef LINUX >-#define dirent kernel_dirent >-#define dirent64 kernel_dirent64 >-#include <linux/types.h> >-#include <linux/dirent.h> >-#undef dirent >-#undef dirent64 >-#else >+#ifndef LINUX > #define kernel_dirent dirent > #endif > >@@ -2373,6 +2366,15 @@ > > #endif > >+#ifdef LINUX >+struct kernel_dirent { >+ unsigned long d_ino; >+ unsigned long d_off; >+ unsigned short d_reclen; >+ char d_name[1]; >+}; >+#endif >+ > int > sys_getdents(struct tcb *tcp) > {
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 457291
: 313021