]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Use pid_t more consistently. Should shut up a warning from GCC 4.6, and may
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2011 23:00:32 +0000 (23:00 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2011 23:00:32 +0000 (23:00 +0000)
commit1c28be2056645f1683d28513fb0fd2762559f59e
tree49638820c523e5d6c8cc9da973ac7c2d18e86138
parent7957ca11534917b9f5561dda97943209d8fdee91
Use pid_t more consistently. Should shut up a warning from GCC 4.6, and may
conceivably help on platforms where int and pid_t aren't sufficiently similar.

[originally from svn r9110]
unix/uxpty.c