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 "CMake".

The branch, master has been updated
       via  a67fd7265978a3d8e0565671da651ddfdc6b6e98 (commit)
      from  edff9207ed82d241077d66b20087657f74e8b5b9 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a67fd7265978a3d8e0565671da651ddfdc6b6e98
commit a67fd7265978a3d8e0565671da651ddfdc6b6e98
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Jan 3 12:01:54 2011 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Jan 3 12:03:03 2011 -0500

    KWSys: Remove useless include <sys/procfs.h> (#11648)
    
    The header was included only under "#ifdef __linux", but not all Linux
    distributions provide the header.  SystemInformation uses no symbols
    from this header, so do not include it.

diff --git a/Source/kwsys/SystemInformation.cxx 
b/Source/kwsys/SystemInformation.cxx
index d727b32..f871075 100644
--- a/Source/kwsys/SystemInformation.cxx
+++ b/Source/kwsys/SystemInformation.cxx
@@ -66,7 +66,6 @@
 #endif
 
 #ifdef __linux
-# include <sys/procfs.h>
 # include <sys/types.h>
 # include <unistd.h>
 # include <fcntl.h>

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

Summary of changes:
 Source/kwsys/SystemInformation.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to