qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5184] Add missing "static"
@ 2008-09-09 18:57 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-09-09 18:57 UTC (permalink / raw)
  To: qemu-devel

Revision: 5184
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5184
Author:   blueswir1
Date:     2008-09-09 18:56:59 +0000 (Tue, 09 Sep 2008)

Log Message:
-----------
Add missing "static"

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2008-09-09 17:15:28 UTC (rev 5183)
+++ trunk/vl.c	2008-09-09 18:56:59 UTC (rev 5184)
@@ -8210,7 +8210,7 @@
     qemu_system_shutdown_request();
 }
 
-void termsig_setup(void)
+static void termsig_setup(void)
 {
     struct sigaction act;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-09 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09 18:57 [Qemu-devel] [5184] Add missing "static" Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).