summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2012-08-31 14:21:19 +1000
committerCraig Small <csmall@users.sourceforge.net>2012-08-31 14:21:19 +1000
commitbe54c4182c7826ab633d3f39904db441e960e497 (patch)
tree23612bb421b323f0f8d40ef0614604e414f4d1e5 /ChangeLog
parentf118a020b35fe6ad3d844478363dcf3186556204 (diff)
fuser finds unix sockets
in check_dir() stat was replaced with device() which found the right device but zeroed out the inode, making that check always fail. This meant fuser never found unix sockets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4615695..4e3f348 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ Changes in 22.20
* pstree sorts properly on names Debian #682014
* fuser -m regresion fixed SF #3559232, thanks to hanpt
* pstree finds orphaned processes SF#3537508
+ * fuser finds unix sockets again SF #3502649
Changes in 22.19
================