This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 1ca3e007cf61c10f33bc8e3d7e74289f9dcd6f74
Author: Donny <m4n4t4...@gmail.com>
Date:   Fri Jun 19 06:20:15 2015 -0400

    All: SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't
---
 MP/code/sys/sys_unix.c | 2 +-
 SP/code/sys/sys_unix.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/code/sys/sys_unix.c b/MP/code/sys/sys_unix.c
index 714c591..e4bbc4a 100644
--- a/MP/code/sys/sys_unix.c
+++ b/MP/code/sys/sys_unix.c
@@ -813,7 +813,7 @@ void Sys_PlatformInit( void )
        signal( SIGHUP, Sys_SigHandler );
        signal( SIGQUIT, Sys_SigHandler );
        signal( SIGTRAP, Sys_SigHandler );
-       signal( SIGIOT, Sys_SigHandler );
+       signal( SIGABRT, Sys_SigHandler );
        signal( SIGBUS, Sys_SigHandler );
 
        Sys_SetFloatEnv();
diff --git a/SP/code/sys/sys_unix.c b/SP/code/sys/sys_unix.c
index 4bb0c0e..84dc1ef 100644
--- a/SP/code/sys/sys_unix.c
+++ b/SP/code/sys/sys_unix.c
@@ -813,7 +813,7 @@ void Sys_PlatformInit( void )
        signal( SIGHUP, Sys_SigHandler );
        signal( SIGQUIT, Sys_SigHandler );
        signal( SIGTRAP, Sys_SigHandler );
-       signal( SIGIOT, Sys_SigHandler );
+       signal( SIGABRT, Sys_SigHandler );
        signal( SIGBUS, Sys_SigHandler );
 
        Sys_SetFloatEnv();

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to