diff options
Diffstat (limited to 'lang/gnat/files/patch-ak')
-rw-r--r-- | lang/gnat/files/patch-ak | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lang/gnat/files/patch-ak b/lang/gnat/files/patch-ak new file mode 100644 index 000000000000..1f77b68763c2 --- /dev/null +++ b/lang/gnat/files/patch-ak @@ -0,0 +1,30 @@ +*** ada/i-cstrea.ads Fri Sep 24 08:42:41 1999 +--- ada/i-cstrea.ads Sat Nov 6 10:20:43 1999 +*************** +*** 184,190 **** + size : size_t) + return int; + +! procedure tmpnam (string : chars); + -- The parameter must be a pointer to a string buffer of at least L_tmpnam + -- bytes (the call with a null parameter is not supported). The returned + -- value, which is just a copy of the input argument, is discarded. +--- 184,190 ---- + size : size_t) + return int; + +! procedure tmpnam (tname : chars); + -- The parameter must be a pointer to a string buffer of at least L_tmpnam + -- bytes (the call with a null parameter is not supported). The returned + -- value, which is just a copy of the input argument, is discarded. +*************** +*** 265,272 **** + pragma Import (C, isatty); + pragma Import (C, mktemp); + pragma Import (C, rewind); +- pragma Import (C, tmpnam); +- pragma Import (C, tmpfile); + pragma Import (C, ungetc); + pragma Import (C, unlink); + +--- 265,270 ---- |