On some systems (NetBSD 1.6 and Solaris 9, at least), GCC doesn't understand
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 24 Apr 2005 14:43:00 +0000 (14:43 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 24 Apr 2005 14:43:00 +0000 (14:43 +0000)
commit8815b68b87e4bc4830d138fb259f8255230fe954
treefc742f6ae841b8f1017dd38d7b81087b19798c7a
parent97ab28d7499e582c8b8844d5930bb589c536daa5
On some systems (NetBSD 1.6 and Solaris 9, at least), GCC doesn't understand
the semantics of assert(0) and believes it can return.  Add a gratuitous
exit(1) to convince it that this won't happen, and hence quell a couple of
warnings about variables' being used uninitialised.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5669 cda61777-01e9-0310-a592-d414129be87e
import.c
unix/uxnet.c