]> git.tuebingen.mpg.de Git - paraslash.git/commit
09_fix-errno-usage.diff
authorGerrit Renker <grenker@cscs.ch>
Thu, 25 Feb 2010 16:05:45 +0000 (17:05 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 25 Feb 2010 16:05:45 +0000 (17:05 +0100)
commit818d1a3aa98121ec2d5339d11dece7bc2f5aa6af
tree5c05012ed0756af0a59fd63f92c55683c36570f5
parenta5927501e41fa3fca2975452617474e78ffecc48
09_fix-errno-usage.diff

This fixes a bug in the use of errno which corresponds to the 'common mistake'
in the use of errno(3): to not save it before making new system calls. Thanks.
net.c