Skip to content

Commit

Permalink
libexfat: fix compilation errors
Browse files Browse the repository at this point in the history
Issue #199.
  • Loading branch information
cnuke committed Dec 17, 2021
1 parent 7eb2937 commit 4c5142e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/exfat/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/*
* Copyright (C) 2013-2017 Genode Labs GmbH
* Copyright (C) 2013-2021 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
Expand All @@ -25,8 +25,7 @@ extern struct fuse_operations fuse_exfat_ops;
struct fuse_chan *fc;
struct fuse *fh;

struct exfat ef;

extern struct exfat ef;
}


Expand Down

0 comments on commit 4c5142e

Please sign in to comment.