mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
base: increase maximum file name length
This patch increases the maximum file name length to support 'qt5_qnitpickerviewwidget.lib.so'. Issue #345.
This commit is contained in:
parent
58e8481793
commit
fd11bd489e
@ -23,7 +23,7 @@ namespace Genode {
|
||||
|
||||
struct Linux_dataspace : Dataspace
|
||||
{
|
||||
enum { FNAME_LEN = 32 };
|
||||
enum { FNAME_LEN = 40 };
|
||||
struct Filename { char buf[FNAME_LEN]; };
|
||||
|
||||
virtual ~Linux_dataspace() { }
|
||||
|
@ -26,7 +26,7 @@ namespace Genode {
|
||||
private:
|
||||
|
||||
Rom_module *_rom_module;
|
||||
char _fname[32];
|
||||
char _fname[40];
|
||||
Dataspace_component _ds;
|
||||
Rpc_entrypoint *_ds_ep;
|
||||
Rom_dataspace_capability _ds_cap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user