commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 66/75: Make private variables static


From: Samuel Thibault
Subject: [hurd] 66/75: Make private variables static
Date: Thu, 14 Jan 2016 01:04:11 +0000

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

sthibault pushed a commit to branch dde
in repository hurd.

commit 44a73e25984a2f332d473a8e1187e15bd8774978
Author: Samuel Thibault <address@hidden>
Date:   Sun Jan 3 13:33:04 2016 +0100

    Make private variables static
    
    * pfinet/timer-emul.c (timers, timer_thread): Make variables static.
---
 pfinet/timer-emul.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pfinet/timer-emul.c b/pfinet/timer-emul.c
index 2053f80..e2ed3a2 100644
--- a/pfinet/timer-emul.c
+++ b/pfinet/timer-emul.c
@@ -31,8 +31,8 @@
 long long root_jiffies;
 volatile struct mapped_time_value *mapped_time;
 
-struct timer_list *timers;
-thread_t timer_thread = 0;
+static struct timer_list *timers;
+static thread_t timer_thread = 0;
 
 static void *
 timer_function (void *this_is_a_pointless_variable_with_a_rather_long_name)

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



reply via email to

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