diff options
author | 2004-01-28 18:52:45 -0800 | |
---|---|---|
committer | 2005-04-26 21:13:20 -0700 | |
commit | 0115874355e618a4b7684be814610d3612283c6a (patch) | |
tree | 5038bf2514918b1fb9e0485a8f921fc32d3c1fa6 /udevd.c | |
parent | [PATCH] update to klibc version 0.101, fixing the stdin bug. (diff) | |
download | systemd-0115874355e618a4b7684be814610d3612283c6a.tar.gz systemd-0115874355e618a4b7684be814610d3612283c6a.tar.bz2 systemd-0115874355e618a4b7684be814610d3612283c6a.zip |
[PATCH] udevd - remove stupid locking error I wrote.
Diffstat (limited to 'udevd.c')
-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; } |