Mercurial > hg > octave-shane > gnulib-hg
changeset 7422:fd5a9db5be5b
Comment changes.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 Oct 2006 15:09:14 +0000 |
parents | 8bace4b08db5 |
children | 2381239541ff |
files | lib/clean-temp.c lib/clean-temp.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/clean-temp.c +++ b/lib/clean-temp.c @@ -589,7 +589,7 @@ int saved_errno; block_fatal_signals (); - fd = open (file_name, flags, mode); + fd = open (file_name, flags, mode); /* actually open or open_safer */ saved_errno = errno; if (fd >= 0) register_fd (fd); @@ -607,7 +607,7 @@ int saved_errno; block_fatal_signals (); - fp = fopen (file_name, mode); + fp = fopen (file_name, mode); /* actually fopen or fopen_safer */ saved_errno = errno; if (fp != NULL) {
--- a/lib/clean-temp.h +++ b/lib/clean-temp.h @@ -36,7 +36,7 @@ Also, open file descriptors need to be closed before the temporary files and the temporary directories can be removed, because only on Unix - (excluding Cygwin) one can remove directories containing open files. + (excluding Cygwin) can one remove directories containing open files. This module provides support for temporary directories and temporary files inside these temporary directories. Temporary files without temporary