summaryrefslogtreecommitdiff
path: root/gcc/ada/a-direio.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-direio.adb')
-rw-r--r--gcc/ada/a-direio.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/a-direio.adb b/gcc/ada/a-direio.adb
index 5674339e156..44479efedfd 100644
--- a/gcc/ada/a-direio.adb
+++ b/gcc/ada/a-direio.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2006, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -43,7 +43,7 @@ with System.File_Control_Block;
with System.File_IO;
with System.Direct_IO;
with System.Storage_Elements;
-with Unchecked_Conversion;
+with Ada.Unchecked_Conversion;
use type System.Direct_IO.Count;
@@ -63,8 +63,8 @@ package body Ada.Direct_IO is
subtype FP is DIO.File_Type;
subtype DPCount is DIO.Positive_Count;
- function To_FCB is new Unchecked_Conversion (File_Mode, FCB.File_Mode);
- function To_DIO is new Unchecked_Conversion (FCB.File_Mode, File_Mode);
+ function To_FCB is new Ada.Unchecked_Conversion (File_Mode, FCB.File_Mode);
+ function To_DIO is new Ada.Unchecked_Conversion (FCB.File_Mode, File_Mode);
use type System.CRTL.size_t;