]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Minor compiler nits:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 23 Oct 2002 14:24:40 +0000 (14:24 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 23 Oct 2002 14:24:40 +0000 (14:24 +0000)
commitc0a3c62f6a9152f103fafe73af5abde059c99c2b
tree6cfbb0550780ea80ade7d926834d585e376ce0c5
parentbdb47167d1f1ac0c4dbf58d5a0ac41c413859644
Minor compiler nits:
 - use smalloc/sfree, not malloc/free
 - include <ctype.h>
 - include <string.h> (although this doesn't shut the compiler up about
   non-ANSI stricmp/strnicmp)

[originally from svn r2121]
proxy.c