From: Martin Mares Date: Wed, 7 Mar 2001 13:27:17 +0000 (+0000) Subject: open -> sh_open X-Git-Tag: holmes-import~1520 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f2b94f13bdba84efb9bd56a1a57e3d0b33145a9a;p=libucw.git open -> sh_open --- diff --git a/lib/buckettool.c b/lib/buckettool.c index 2db4ce39..609d4e03 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -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(;;)