|
From: <sv...@va...> - 2005-05-02 17:12:05
|
Author: sewardj
Date: 2005-05-02 18:11:58 +0100 (Mon, 02 May 2005)
New Revision: 3598
Modified:
trunk/include/linux/vki.h
Log:
gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it
thinks it is seeing a comment within a comment, and complains.
Modified: trunk/include/linux/vki.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/include/linux/vki.h 2005-05-02 13:24:14 UTC (rev 3597)
+++ trunk/include/linux/vki.h 2005-05-02 17:11:58 UTC (rev 3598)
@@ -47,8 +47,8 @@
are different to those in here.=20
=20
Also note that this file contains all the generic header info, ie. th=
at
- from linux/include/linux/*.h. The arch-specific header info, eg. tha=
t
- from linux/include/asm-i386/*.h, is in $PLATFORM/vki_arch.h and
+ from linux/include/linux/ *.h. The arch-specific header info, eg. th=
at
+ from linux/include/asm-i386/ *.h, is in $PLATFORM/vki_arch.h and
$PLATFORM/vki_arch_posixtypes.h. (Two files are required to avoid
circular dependencies between the generic VKI header and the
arch-specific VKI header. It's possible in the future, as more stuff
|