]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
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)
commite378904d7ef585bb12c507081a4b09ff1aee1b32
tree67faefc45d1724ca21205ca360a5d0079faf08e2
parentabe4e0c0821ff136abce11600c98e13352f7904e
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).

git-svn-id: http://svn.tartarus.org/sgt/putty@8614 cda61777-01e9-0310-a592-d414129be87e
logging.c
pscp.c
psftp.c
unix/uxcons.c
unix/uxplink.c
unix/uxpty.c