]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
Don't use C99 mid-block declarations and don't do arithmetic on void *.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 20 Jan 2007 14:13:57 +0000 (14:13 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 20 Jan 2007 14:13:57 +0000 (14:13 +0000)
commit003424de050138841bf9fed2031d3cb514e15ea4
tree7d4b2b5e40acc9acd621d3486cdbc75dcc26cccb
parentdf7775359fe5f1e0bb181049596b1c5d8f64f24b
Don't use C99 mid-block declarations and don't do arithmetic on void *.
This helps with compilations on ancient Sun compilers.

[originally from svn r7126]
unix/uxmisc.c
unix/uxplink.c