]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
Workarounds for compiling with -D_FORTIFY_SOURCE=2 (as Ubuntu does), which
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 7 Aug 2009 00:19:04 +0000 (00:19 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 7 Aug 2009 00:19:04 +0000 (00:19 +0000)
commit4bddcc2b5dd6467ce9aa8bebea9ceedcda8903e5
tree67faefc45d1724ca21205ca360a5d0079faf08e2
parent9c1f81dd94245154e058ac5e21d6ee52e581ec94
Workarounds for compiling with -D_FORTIFY_SOURCE=2 (as Ubuntu does), which
doesn't like you to ignore the return value from read()/write()/etc (and
apparently can't be shut up with a cast to void).

[originally from svn r8614]
logging.c
pscp.c
psftp.c
unix/uxcons.c
unix/uxplink.c
unix/uxpty.c