NULL needs to be cast to void * when passed to a variadic function like
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 4 Apr 2005 13:44:45 +0000 (13:44 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 4 Apr 2005 13:44:45 +0000 (13:44 +0000)
commit30264db921b40a1b8952eea6d582d2bdcf5f8465
treefeb0fcce4c03e141d4124c2e8d46f16761a2cc76
parent96cfc9b9bedc0e773faa1b4be888ecd6041f0f52
NULL needs to be cast to void * when passed to a variadic function like
execl().  Spotted by Damien Miller.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5592 cda61777-01e9-0310-a592-d414129be87e
unix/uxproxy.c
unix/uxpty.c