Formerly file.c.~10~

This commit is contained in:
Roland McGrath 1992-04-01 09:58:26 +00:00
parent a7ec3f0576
commit d8742e9b3e

3
file.c
View file

@ -134,6 +134,9 @@ rename_file (file, name)
register struct file *f;
struct file *oldfile;
while (file->renamed != 0)
file = file->renamed;
/* Find the hash values of the old and new names. */
oldhash = 0;