summaryrefslogtreecommitdiffstats
path: root/lib/libstand/nullfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/nullfs.c')
-rw-r--r--lib/libstand/nullfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/nullfs.c b/lib/libstand/nullfs.c
index dff6e15..4a1e6e4 100644
--- a/lib/libstand/nullfs.c
+++ b/lib/libstand/nullfs.c
@@ -69,7 +69,7 @@
/*
* Null filesystem
*/
-int null_open (char *path, struct open_file *f)
+int null_open (const char *path, struct open_file *f)
{
errno = EIO;
return -1;
OpenPOWER on IntegriCloud