]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lfs.h
Implemented bfix_tmp_file(), which turns a temporary file fastbuf
[libucw.git] / lib / lfs.h
index ec588e65352d8760c80c8aa294e1363425ee9006..ede41268691578370d490c229013ac6adc3cd250 100644 (file)
--- a/lib/lfs.h
+++ b/lib/lfs.h
@@ -50,7 +50,7 @@ typedef struct stat sh_stat_t;
 #define HAVE_PREAD
 
 static inline sh_off_t
-sh_file_size(const byte *name)
+sh_file_size(const char *name)
 {
   int fd = sh_open(name, O_RDONLY);
   if (fd < 0)