linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] - unlink bugfix
@ 2004-03-02  0:09 Kay Sievers
  2004-03-02  0:21 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2004-03-02  0:09 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 29 bytes --]

Fix for recent unlink patch.

[-- Attachment #2: 03-bugfix-unlink.patch --]
[-- Type: text/plain, Size: 386 bytes --]

===== 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));
 			}
 		}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] - unlink bugfix
  2004-03-02  0:09 [PATCH] - unlink bugfix Kay Sievers
@ 2004-03-02  0:21 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-03-02  0:21 UTC (permalink / raw)
  To: linux-hotplug

On Tue, Mar 02, 2004 at 01:09:27AM +0100, Kay Sievers wrote:
> Fix for recent unlink patch.

Applied, thanks.

greg k-h


-------------------------------------------------------
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\x1356&alloc_id438&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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-02  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-02  0:09 [PATCH] - unlink bugfix Kay Sievers
2004-03-02  0:21 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).