Actually initialize sa_mask properly
authorSteven Luo <steven+maemo@steven676.net>
Sun, 13 Dec 2009 08:35:18 +0000 (00:35 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 13 Dec 2009 08:35:18 +0000 (00:35 -0800)
commit04085eb0cee3b0654336d68f9256da728805773f
tree8a7d4f15af07cd37d47f5693b281552230af6142
parent8dde3166d0a99a74fc16f6afa4f5106167a9bab3
Actually initialize sa_mask properly

sigset_t isn't necessarily an integer, so we can't assign an integer to
it -- use the appropriate function instead.
main.c