diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-01 09:58:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-01 09:58:26 +0000 |
commit | d8742e9b3e6b736f0ca27fda0362263f4cb1bd97 (patch) | |
tree | dbac4c8351b21a5c043cac65e2ba94f95dfbe8fa | |
parent | a7ec3f0576b97d4d93a7487fb1c43be2768f3280 (diff) | |
download | gunmake-d8742e9b3e6b736f0ca27fda0362263f4cb1bd97.tar.gz |
Formerly file.c.~10~
-rw-r--r-- | file.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |