This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Libiberty for VMS - mkstemps.c don't mix case


> VMS has file versioning, I think it would detect it only if the
> version was specified or the directory was created with single
> versioning.

Doh!  I forgot about that.

Ok, that leads to a new question - shouldn't we specify a version, or
single versioning, when creating temp files, so that someone else
can't just create a new copy of the same file with a newer version and
trip up the compiler?  Or do the file permissions pass on to new
versions?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]