From: Kern Sibbald Date: Thu, 2 Sep 2004 12:36:58 +0000 (+0000) Subject: - Added argument to berrno::strerror() to pass errno. X-Git-Tag: Release-1.35.3~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b23b9fc02bb2d2b79b439ab5a83caff56aa60cb7;p=bacula%2Frescue - Added argument to berrno::strerror() to pass errno. - Cleaned up a few more old strerror() calls and eliminated a few of the now unnecessary set_errno() calls. - Fixed a bug in the polling code that prevented more than 100 label reads (insanity check disabled if polling). - Ignore bad return from open_device() if polling. - Short circuit code if fatal error return from read_label() in mount.c ---