linux.h: Include <linux.h> not "linux.h" to avoid infinite recursion.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 14 Nov 2001 23:46:45 +0000 (23:46 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 14 Nov 2001 23:46:45 +0000 (23:46 +0000)
* m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
recursion.

From-SVN: r47032

gcc/ChangeLog
gcc/config/m68k/linux.h

index e348057c53a9083b862ebef3d1095798e35ca795..083f0d9ddac7cbd3d5245aeeb3c70d834e538694 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
+       recursion.
+
 2001-11-14  Roger Sayle <roger@eyesopen.com>
 
        * fold-const.c (fold): Optimize strlen comparisons against zero.
index 256d790ccf9fdff6ed921c3a74aad07f4b0c876f..f7bb8ae78fc53c3601c070085b0a4f1877d5f9d8 100644 (file)
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "elfos.h"
 #include "svr4.h"
-#include "linux.h"             /* some common stuff */
+#include <linux.h>             /* some common stuff */
 
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (68k GNU/Linux with ELF)");