]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
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)
commitf6cc852c5d1c215489ccf364e581cf40fe69d9fc
treeb04677949354b9f181b091b8ce145ff8be27123a
parent1f39efb94de62279f97f33655a408f75bc92ae22
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.

[originally from svn r2594]
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