From 0073c731f4c211f16f5f64d44624adad9b6a9b6e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 31 Jan 2009 17:47:10 +0000 Subject: On 20090131.1659+0100, Vincent Sanders wrote: [This] patch is a simple one for strace 4.5.17 .They altered the exported kernel headers post 2.6.26 and removed a header. This patch is a backport from the strace revision system. This allows strace to be built with 2.6.27 and later kernel versions /trunk/patches/strace/4.5.17/190-dirent-include.patch | 33 33 0 0 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/patches/strace/4.5.17/190-dirent-include.patch b/patches/strace/4.5.17/190-dirent-include.patch new file mode 100644 index 0000000..5f596e1 --- /dev/null +++ b/patches/strace/4.5.17/190-dirent-include.patch @@ -0,0 +1,33 @@ +--- strace-orig/file.c 2008/05/20 04:56:18 1.92 ++++ strace/file.c 2008/08/01 01:13:10 1.93 +@@ -28,21 +28,22 @@ + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * +- * $Id: file.c,v 1.92 2008/05/20 04:56:18 roland Exp $ ++ * $Id: file.c,v 1.93 2008/08/01 01:13:10 roland Exp $ + */ + + #include "defs.h" + + #include ++ + #ifdef LINUX +-#define dirent kernel_dirent +-#define dirent64 kernel_dirent64 +-#include +-#include +-#undef dirent +-#undef dirent64 ++struct kernel_dirent { ++ unsigned long d_ino; ++ unsigned long d_off; ++ unsigned short d_reclen; ++ char d_name[1]; ++}; + #else +-#define kernel_dirent dirent ++# define kernel_dirent dirent + #endif + + #ifdef LINUX -- cgit v0.10.2-6-g49f6