myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. c3daecc9bd


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. c3daecc9bd693534a5bd851988a8924e6c61c324
Date: Wed, 04 Nov 2009 08:42:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  c3daecc9bd693534a5bd851988a8924e6c61c324 (commit)
      from  cfd1b4f4a992238b6f7596def6cb9f8b293b618c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit c3daecc9bd693534a5bd851988a8924e6c61c324
Author: Giuseppe Scrivano <address@hidden>
Date:   Wed Nov 4 09:42:22 2009 +0100

    Update to the latest gnulib `nproc' module.

diff --git a/myserver/src/base/utility.cpp b/myserver/src/base/utility.cpp
index 782741f..aca0d5a 100644
--- a/myserver/src/base/utility.cpp
+++ b/myserver/src/base/utility.cpp
@@ -55,7 +55,7 @@ static size_t currentPathLen;
  */
 u_long getCPUCount ()
 {
-  return num_processors ();
+  return num_processors (NPROC_CURRENT);
 }
 
 /*!

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/base/utility.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]