]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Miscellaneous fixes to finish up `remove-statics'. rlogin.c had a
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Jan 2003 18:43:45 +0000 (18:43 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Jan 2003 18:43:45 +0000 (18:43 +0000)
commit40de7a0f26c03e9a20074f32da0ea6d7717916cb
treeb04677949354b9f181b091b8ce145ff8be27123a
parentb93c2a45ad8a8ae28d4840554965495f615c82f1
Miscellaneous fixes to finish up `remove-statics'. rlogin.c had a
holdout static I hadn't noticed; unicode.c had one too; and a large
number of statics that were perfectly OK due to being constants have
been made `const', with assorted `const' repercussions all over the
place. I now declare `remove-statics' to be fixed.

git-svn-id: http://svn.tartarus.org/sgt/putty@2594 cda61777-01e9-0310-a592-d414129be87e
14 files changed:
portfwd.c
putty.h
rlogin.c
settings.c
storage.h
telnet.c
unicode.c
unix/pterm.c
unix/unix.h
unix/uxplink.c
unix/uxstore.c
windefs.c
winnet.c
winstore.c