- Explicitly save the stat()'s errno so that we can be sure we're
authorWayne Davison <wayned@samba.org>
Wed, 28 Jul 2004 10:04:06 +0000 (10:04 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 28 Jul 2004 10:04:06 +0000 (10:04 +0000)
commite7d13fe532814cc4741066b770a6182b07c2dcc4
tree53f2e3a006133f1c197a000513d4fdc217c3e6e0
parentecc81fce17f2e32fbe33c0050693899ce4d6c3cf
- Explicitly save the stat()'s errno so that we can be sure we're
  testing the right thing lower down (and so that future code doesn't
  always have to remember to save it off and restore it).
- Improved a chunk of link_dest code.
- Handle the removal of a non-regular file without so much duplicated
  code.
generator.c