From c5addc333ee74de41653b002bffab7e618ed5562 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 10 Dec 2014 13:44:09 +0100 Subject: sync dde --- libmachdev/block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmachdev/block.c b/libmachdev/block.c index cd868d25..79962072 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, -- cgit v1.2.3