]> err.no Git - sope/commitdiff
fixed a Tiger warning
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 23:19:18 +0000 (23:19 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 23:19:18 +0000 (23:19 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@789 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGStreams/ChangeLog
sope-core/NGStreams/NGSocket.m
sope-core/NGStreams/Version

index 247e80ac590b5e12e8d2c1bd99ef1dcaf4cc7d51..d3171cbebad4771216f5488073f7e01b35f05405 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGSocket.m (SockAddrLenType): fixed a Tiger warning (v4.5.48)
+
 2005-04-24  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.5.47
index 51af5131aae31e5388411528eb718605074a8d14..2397491b157d63a2eae7c762601523e24179d5fd 100644 (file)
@@ -52,7 +52,7 @@
 #ifdef __s390__
 #  define SockAddrLenType socklen_t
 #elif __APPLE__
-#  define SockAddrLenType int
+#  define SockAddrLenType unsigned int
 #else
 #  define SockAddrLenType size_t
 #endif
index 25b5b300b1c04946a177a8da7354fa8f8d53c6bf..9c2df247a496f1acd4f3a8921372e447845bb7ef 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=47
+SUBMINOR_VERSION:=48