summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-02-17 15:36:43 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-02-17 15:36:43 +0000
commit0baba6d7b420b1b4953c8c8a432ab8c7e1e18ab8 (patch)
tree0bb220f6eb1fb9519e86847593f959f5628415b5
parenta2f6eea0c4ba3040b88cffa212bec7b782446dd4 (diff)
Fix for VPID on OpenVZ systems
(thanks to Wolfgang Frisch)
-rw-r--r--ChangeLog5
-rw-r--r--ProcessList.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28e645cc..2af040aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
+What's new in version 0.8.2
+
+* BUGFIX: Fix for VPID on OpenVZ systems
+ (thanks to Wolfgang Frisch)
+
What's new in version 0.8.1
* Linux-VServer support
diff --git a/ProcessList.c b/ProcessList.c
index 839660dc..c45714bc 100644
--- a/ProcessList.c
+++ b/ProcessList.c
@@ -636,7 +636,7 @@ static bool ProcessList_processEntries(ProcessList* this, char* dirname, Process
"%*u %*u %*u %*u %*u %*u %*u %*u "
"%*u %*u %*u %*u %*u %*u %*u %*u "
"%*u %*u %*u %*u %*u %*u %*u "
- "%u %u",
+ "%*u %*u %u %u",
&process->vpid, &process->veid);
fclose(status);
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy