gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12011 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r12011 - gnunet/contrib
Date: Mon, 28 Jun 2010 13:20:47 +0200

Author: wachs
Date: 2010-06-28 13:20:47 +0200 (Mon, 28 Jun 2010)
New Revision: 12011

Modified:
   gnunet/contrib/timeout_watchdog.c
Log:


Modified: gnunet/contrib/timeout_watchdog.c
===================================================================
--- gnunet/contrib/timeout_watchdog.c   2010-06-28 11:15:55 UTC (rev 12010)
+++ gnunet/contrib/timeout_watchdog.c   2010-06-28 11:20:47 UTC (rev 12011)
@@ -33,7 +33,7 @@
 static int child_died;
 static pid_t child;
 
-void sigchld_handler(int val)
+static void sigchld_handler(int val)
 {
   int status = 0;
   int ret = 0;
@@ -52,7 +52,7 @@
   exit(ret);  
 }
 
-void sigint_handler(int val)
+static void sigint_handler(int val)
 { 
   kill(0, val);
   exit(1);




reply via email to

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