summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}