summaryrefslogtreecommitdiff
path: root/gcc/ada/s-fileio.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-fileio.ads')
-rw-r--r--gcc/ada/s-fileio.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fileio.ads b/gcc/ada/s-fileio.ads
index 54085186c66..fe06807d165 100644
--- a/gcc/ada/s-fileio.ads
+++ b/gcc/ada/s-fileio.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2001, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2002, 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- --
@@ -49,7 +49,7 @@ package System.File_IO is
procedure Open
(File_Ptr : in out FCB.AFCB_Ptr;
- Dummy_FCB : in out FCB.AFCB'Class;
+ Dummy_FCB : in FCB.AFCB'Class;
Mode : FCB.File_Mode;
Name : String;
Form : String;