From b86f48da7fc46934d576698bb4f16be9b2a7eaf9 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 26 Sep 2018 23:58:14 +0200 Subject: some bugfixes --- fs/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/sysfs.c') diff --git a/fs/sysfs.c b/fs/sysfs.c index de679f2..5288a93 100644 --- a/fs/sysfs.c +++ b/fs/sysfs.c @@ -9,7 +9,7 @@ #include "lib/string/string.h" -static const char* names[] = {"mem","kmalloc","mount"}; +static const char* names[] = {"/mem","/kmalloc","/mount"}; static uint32_t map[]={mem_sysfs,mem_sysfs_set, kmalloc_sysfs,NULL, -- cgit v1.2.3