]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sync.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.12
[libucw.git] / lib / sync.c
index a4c9b05ad1ffdba615505e39950a9e943622d30b..6341415a3c94660799725836c4a3a71ea2dbf658 100644 (file)
@@ -10,7 +10,7 @@
 #include <unistd.h>
 
 void
 #include <unistd.h>
 
 void
-sync_dir(const byte *name)
+sync_dir(const char *name)
 {
   int fd = open(name, O_RDONLY
 #ifdef CONFIG_LINUX
 {
   int fd = open(name, O_RDONLY
 #ifdef CONFIG_LINUX