From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Tue, 02 Mar 2004 00:09:27 +0000 Subject: [PATCH] - unlink bugfix Message-Id: <20040302000927.GA6519@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="GvXjxJ+pjyke8COw" List-Id: To: linux-hotplug@vger.kernel.org --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Fix for recent unlink patch. --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="03-bugfix-unlink.patch" ===== udev-add.c 1.55 vs edited ===== --- 1.55/udev-add.c Tue Mar 2 00:31:06 2004 +++ edited/udev-add.c Tue Mar 2 01:05:20 2004 @@ -176,7 +176,7 @@ if ((stats.st_mode & S_IFMT) != S_IFDIR) { retval = unlink(filename); if (retval) { - dbg("unlink(%s) failed with error '%s', " + dbg("unlink(%s) failed with error '%s'", filename, strerror(errno)); } } --GvXjxJ+pjyke8COw-- ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel