linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] - unlink bugfix
Date: Tue, 02 Mar 2004 00:09:27 +0000	[thread overview]
Message-ID: <20040302000927.GA6519@vrfy.org> (raw)

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

             reply	other threads:[~2004-03-02  0:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-02  0:09 Kay Sievers [this message]
2004-03-02  0:21 ` [PATCH] - unlink bugfix Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040302000927.GA6519@vrfy.org \
    --to=kay.sievers@vrfy.org \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).