diff options
author | greg@kroah.com <greg@kroah.com> | 2004-01-28 18:52:45 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:20 -0700 |
commit | 0115874355e618a4b7684be814610d3612283c6a (patch) | |
tree | 5038bf2514918b1fb9e0485a8f921fc32d3c1fa6 | |
parent | 273636ca8b745ec62d432a4cbf30269f52aedaf4 (diff) |
[PATCH] udevd - remove stupid locking error I wrote.
-rw-r--r-- | udevd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -318,7 +318,6 @@ static int one_and_only(void) /* see if we can lock */ if (lockf(lock_file, F_TLOCK, 0) < 0) { close(lock_file); - unlink(lock_filename); return -1; } |