diff options
Diffstat (limited to 'lib/libstand/nullfs.c')
-rw-r--r-- | lib/libstand/nullfs.c | 2 |
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; |