Misc fixes for build found on a few platforms.
authorBrian Aker <brian@tangent.org>
Fri, 9 Sep 2011 17:58:47 +0000 (10:58 -0700)
committerBrian Aker <brian@tangent.org>
Fri, 9 Sep 2011 17:58:47 +0000 (10:58 -0700)
libtest/is_local.hpp
libtest/is_pid.hpp
libtest/stats.h
support/libmemcached.spec.in

index 30da3082ef89dc2aa6fdbed50263b58b867c92ca..b3d077296e9e54e64405dc1625bde407b40c01cf 100644 (file)
@@ -19,6 +19,8 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#pragma once
+
 namespace libtest {
 
 LIBTEST_API
index a4539bc0f54a23a54f011f2b8bf9d9b580e32c87..aba66d69b847154f49e224560dacc2e0a1dc6fa0 100644 (file)
@@ -19,6 +19,8 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#pragma once
+
 static inline bool is_pid_valid(const pid_t pid)
 {
   return (pid > 1) ? true : false;
index 3224d40da88403a57d4c468a2fea01cf27423ce0..7e7cdd078a0702408b16ae60133d47f4704a786e 100644 (file)
@@ -21,6 +21,7 @@
 
 
 #pragma once
+
 struct Stats {
   int32_t collection_success;
   int32_t collection_skipped;
index dedb2497f05cca252e8750f71e33242e5d880b2d..98cb0b91cc66ad215f99411c41904c901df9603a 100644 (file)
@@ -262,6 +262,7 @@ you will need to install %{name}-devel.
 %{_mandir}/man3/memcached_stat.3.gz
 %{_mandir}/man3/memcached_stat_execute.3.gz
 %{_mandir}/man3/memcached_stat_get_keys.3.gz
+%{_mandir}/man3/memcached_last_error_message.3.gz
 %{_mandir}/man3/memcached_stat_get_value.3.gz
 %{_mandir}/man3/memcached_stat_servername.3.gz
 %{_mandir}/man3/memcached_strerror.3.gz