diff mbox

[Ada] Fix PR ada/50589

Message ID 201110131250.51649.ebotcazou@adacore.com
State New
Headers show

Commit Message

Eric Botcazou Oct. 13, 2011, 10:50 a.m. UTC
Some left-overs from an earlier patch.  Applied on the mainline.


2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>

	PR ada/50589
	* s-linux-alpha.ads: Do not "with" Interfaces.C.
	* s-linux-sparc.ads: Likewise.
diff mbox

Patch

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;