dde_bsd: remove usage of deprecated env()

Issue #2280.
This commit is contained in:
Josef Söntgen
2017-02-11 15:30:30 +01:00
committed by Christian Helmuth
parent 69925ee126
commit 7d91b1d949
5 changed files with 23 additions and 19 deletions

View File

@ -5,7 +5,7 @@
*/
/*
* Copyright (C) 2014-2016 Genode Labs GmbH
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
@ -28,7 +28,7 @@ namespace Bsd {
void mem_init(Genode::Env&, Genode::Allocator &);
void irq_init(Genode::Entrypoint&, Genode::Allocator&);
void timer_init(Genode::Entrypoint&);
void timer_init(Genode::Env&);
void update_time();