gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. d04492f47b508c0f85db


From: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d04492f47b508c0f85dbe3cc2d45a87f65732cfd
Date: Sun, 17 Oct 2010 15:16:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d04492f47b508c0f85dbe3cc2d45a87f65732cfd (commit)
      from  6b3d8c4f9d011faa2f8b3292c94987a2285e2e7b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d04492f47b508c0f85dbe3cc2d45a87f65732cfd


commit d04492f47b508c0f85dbe3cc2d45a87f65732cfd
Author: Markus Gothe <address@hidden>
Date:   Sun Oct 17 17:16:27 2010 +0200

    Fixed missing declaretion of sighandler_t

diff --git a/libbase/Socket.cpp b/libbase/Socket.cpp
index b3ea058..9abce0f 100644
--- a/libbase/Socket.cpp
+++ b/libbase/Socket.cpp
@@ -37,6 +37,13 @@ namespace {
 #include "utility.h"
 #include "GnashAlgorithm.h"
 
+/*
+  TODO: use sigaction();
+ */
+#ifndef sighandler_t
+       typedef void (*sighandler_t)(int);
+#endif
+
 namespace gnash {
 
 Socket::Socket()

-----------------------------------------------------------------------

Summary of changes:
 libbase/Socket.cpp |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]