commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 05/09: Make linux_block_emulation_ops static


From: Samuel Thibault
Subject: [hurd] 05/09: Make linux_block_emulation_ops static
Date: Mon, 09 Feb 2015 09:59:05 +0000

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

sthibault pushed a commit to annotated tag upstream/dde/0.5.git20150208
in repository hurd.

commit d05316fcf34ad5d68cfe5a18633ec46352d3a399
Author: Samuel Thibault <address@hidden>
Date:   Wed Dec 10 13:13:17 2014 +0100

    Make linux_block_emulation_ops static
    
    * libmachdev/block.c (linux_block_emulation_ops): Make the variable static.
---
 libmachdev/block.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmachdev/block.c b/libmachdev/block.c
index cd868d2..7996207 100644
--- a/libmachdev/block.c
+++ b/libmachdev/block.c
@@ -65,7 +65,7 @@ dev_to_port (void *nd)
          : MACH_PORT_NULL);
 }
 
-extern struct device_emulation_ops linux_block_emulation_ops;
+static struct device_emulation_ops linux_block_emulation_ops;
 
 #define DISK_NAME_LEN 32
 
@@ -286,7 +286,7 @@ device_get_status (void *d, dev_flavor_t flavor, 
dev_status_t status,
   return D_SUCCESS;
 }
 
-struct device_emulation_ops linux_block_emulation_ops =
+static struct device_emulation_ops linux_block_emulation_ops =
 {
   NULL,
   NULL,

-- 
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]