Fix two errors in the conversion to m_mktemp2():
authorKen Hornstein <kenh@pobox.com>
Wed, 11 Jan 2012 19:48:45 +0000 (14:48 -0500)
committerKen Hornstein <kenh@pobox.com>
Wed, 11 Jan 2012 19:48:45 +0000 (14:48 -0500)
commit01943d78230ead5bcc568e8a87d3cdbaac1f5584
tree4cdd1905f3f9792461d4d0d0ecd1eb5887f82d46
parentae6d25b39b09560916481983b30d3b09ccf9390e
Fix two errors in the conversion to m_mktemp2():

- There was an off-by-one error that prevented the temporary file
  from being created in the same directory as the message it was being
  linked to.
- When using "dist", the assumption was that the temporary file would not
  exist when m_scratch was called (it wanted to link() to the name).  This
  was solved by simply unlink()ing the temporary file after it was created.
sbr/m_mktemp.c
uip/send.c
uip/whatnowsbr.c