[Cmake-commits] CMake branch, master, updated. 1c13ced6eb23e5950051b0e4f102a7f4a54e77dc

cmake-commits at cmake.org cmake-commits at cmake.org
Wed May 5 09:38:09 EDT 2010


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  1c13ced6eb23e5950051b0e4f102a7f4a54e77dc (commit)
      from  1df3f58317120567697cf5ae7b628c4674625b4a (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=1c13ced6eb23e5950051b0e4f102a7f4a54e77dc
commit 1c13ced6eb23e5950051b0e4f102a7f4a54e77dc
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Wed May 5 09:34:57 2010 -0400

    Fix prototype to match header, for bug # 10543.

diff --git a/Utilities/cmlibarchive/libarchive/archive_read_support_compression_program.c b/Utilities/cmlibarchive/libarchive/archive_read_support_compression_program.c
index 972fb03..f58e518 100644
--- a/Utilities/cmlibarchive/libarchive/archive_read_support_compression_program.c
+++ b/Utilities/cmlibarchive/libarchive/archive_read_support_compression_program.c
@@ -72,7 +72,7 @@ archive_read_support_compression_program(struct archive *a, const char *cmd)
  */
 int
 archive_read_support_compression_program_signature(struct archive *_a,
-    const char *cmd, void *signature, size_t signature_len)
+    const char *cmd, const void *signature, size_t signature_len)
 {
     (void)_a; /* UNUSED */
     (void)cmd; /* UNUSED */

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

Summary of changes:
 .../archive_read_support_compression_program.c     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list