diff options
Diffstat (limited to 'src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp')
-rw-r--r-- | src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp b/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp index 37d3a9163..035f80d18 100644 --- a/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp +++ b/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceSolaris.cpp $ */ +/* $Id: PerformanceSolaris.cpp 36090 2011-02-25 15:53:28Z vboxsync $ */ /** @file * @@ -260,4 +260,3 @@ int CollectorSolaris::getProcessMemoryUsage(RTPROCESS process, ULONG *used) } } - |