Some left-overs from an earlier patch. Applied on the mainline.
2011-10-13 Eric Botcazou <ebotca...@adacore.com> PR ada/50589 * s-linux-alpha.ads: Do not "with" Interfaces.C. * s-linux-sparc.ads: Likewise. -- Eric Botcazou
Index: s-linux-sparc.ads =================================================================== --- s-linux-sparc.ads (revision 179844) +++ s-linux-sparc.ads (working copy) @@ -35,8 +35,6 @@ -- PLEASE DO NOT add any with-clauses to this package or remove the pragma -- Preelaborate. This package is designed to be a bottom-level (leaf) package -with Interfaces.C; - package System.Linux is pragma Preelaborate; Index: s-linux-alpha.ads =================================================================== --- s-linux-alpha.ads (revision 179844) +++ s-linux-alpha.ads (working copy) @@ -35,8 +35,6 @@ -- PLEASE DO NOT add any with-clauses to this package or remove the pragma -- Preelaborate. This package is designed to be a bottom-level (leaf) package. -with Interfaces.C; - package System.Linux is pragma Preelaborate;