This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] ada: Use mkstemp() on NetBSD as is done on FreeBSD
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Samuel Tardieu <sam at rfc1149 dot net>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 27 Dec 2007 12:03:06 +0100
- Subject: Re: [PATCH] ada: Use mkstemp() on NetBSD as is done on FreeBSD
- References: <20071223223504.1E39BC4091@mail2.rfc1149.net>
> gcc/ada/
> PR ada/34553
> * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
> instead of mktemp() or tmpnam() on NetBSD.
This patch is OK.
Arno