This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] to not include a currently-included file in sanitized headers


  based on a conversation i had with the maintainer of the sanitized
headers, this removes a single include from one of the header files
that causes a problem.



--- linux-libc-headers-2.6.11.2/include/asm-sh/ptrace.h.orig	2005-05-02 16:48:15.000000000 -0400
+++ linux-libc-headers-2.6.11.2/include/asm-sh/ptrace.h	2005-05-02 16:48:28.000000000 -0400
@@ -1,7 +1,7 @@
 #ifndef __ASM_SH_PTRACE_H
 #define __ASM_SH_PTRACE_H

-#include <asm/ubc.h>
+/* #include <asm/ubc.h> */

 /*
  * Copyright (C) 1999, 2000  Niibe Yutaka

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]