]> mj.ucw.cz Git - libucw.git/commitdiff
open -> sh_open
authorMartin Mares <mj@ucw.cz>
Wed, 7 Mar 2001 13:27:17 +0000 (13:27 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 7 Mar 2001 13:27:17 +0000 (13:27 +0000)
lib/buckettool.c

index 2db4ce3944103923fe512dbaa125ccab938e0191..609d4e03b933b71ee25f1560d4fda731e7cd4b18 100644 (file)
@@ -146,7 +146,7 @@ fsck(int fix)
   int errors = 0;
   int fatal_errors = 0;
 
-  fd = open(obuck_name, O_RDWR);
+  fd = sh_open(obuck_name, O_RDWR);
   if (fd < 0)
     die("Unable to open the bucket file %s: %m", obuck_name);
   for(;;)