qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5426] Make ioctl table static
@ 2008-10-05 10:52 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-05 10:52 UTC (permalink / raw)
  To: qemu-devel

Revision: 5426
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5426
Author:   blueswir1
Date:     2008-10-05 10:52:52 +0000 (Sun, 05 Oct 2008)

Log Message:
-----------
Make ioctl table static

Modified Paths:
--------------
    trunk/darwin-user/syscall.c
    trunk/linux-user/syscall.c

Modified: trunk/darwin-user/syscall.c
===================================================================
--- trunk/darwin-user/syscall.c	2008-10-05 10:51:10 UTC (rev 5425)
+++ trunk/darwin-user/syscall.c	2008-10-05 10:52:52 UTC (rev 5426)
@@ -654,7 +654,7 @@
 
 #define MAX_STRUCT_SIZE 4096
 
-IOCTLEntry ioctl_entries[] = {
+static IOCTLEntry ioctl_entries[] = {
 #define IOCTL(cmd, access, types...) \
     { cmd, cmd, #cmd, access, { types } },
 #include "ioctls.h"

Modified: trunk/linux-user/syscall.c
===================================================================
--- trunk/linux-user/syscall.c	2008-10-05 10:51:10 UTC (rev 5425)
+++ trunk/linux-user/syscall.c	2008-10-05 10:52:52 UTC (rev 5426)
@@ -2139,7 +2139,7 @@
 
 #define MAX_STRUCT_SIZE 4096
 
-IOCTLEntry ioctl_entries[] = {
+static IOCTLEntry ioctl_entries[] = {
 #define IOCTL(cmd, access, types...) \
     { TARGET_ ## cmd, cmd, #cmd, access, { types } },
 #include "ioctls.h"

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

only message in thread, other threads:[~2008-10-05 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 10:52 [Qemu-devel] [5426] Make ioctl table 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).