Reflect that these are Paul's changes. I've divided them into separate

deltas.

Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
This commit is contained in:
Jim Meyering 2006-11-26 11:07:15 +01:00
parent 17a7d2c81b
commit 08dcc35470

View File

@ -2,11 +2,6 @@
Port parts of the code to C89 to minimize the need for c99-to-c89.diff,
while trying to retain the readability of C99 as much as possible.
* src/remove.c (close_preserve_errno): Remove.
(fd_to_subdirp): Rewrite to avoid the need for decl after statement.
2006-11-25 Paul Eggert <eggert@cs.ucla.edu>
* src/remove.c (rm_1): Remove decl of local, fd_cwd.
Replace each of two uses with literal AT_FDCWD.
(cache_stat_init): Return its argument, for convenience.
@ -19,6 +14,8 @@
(rm): Move cycle_check_init call into callee...
(rm_1): ...here.
Use an else clause in place of a "continue" statement.
(close_preserve_errno): Remove.
(fd_to_subdirp): Rewrite to avoid the need for decl after statement.
2006-11-25 Jim Meyering <jim@meyering.net>