[svn-commits] tilghman: branch 1.4 r136946 - in /branches/1.4: ./ include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Aug 9 10:25:37 CDT 2008


Author: tilghman
Date: Sat Aug  9 10:25:36 2008
New Revision: 136946

URL: http://svn.digium.com/view/asterisk?view=rev&rev=136946
Log:
Merged revisions 136945 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r136945 | tilghman | 2008-08-09 10:24:36 -0500 (Sat, 09 Aug 2008) | 2 lines

Regression fixes for Solaris

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/include/asterisk/astobj2.h
    branches/1.4/include/asterisk/compat.h

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/include/asterisk/astobj2.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/astobj2.h?view=diff&rev=136946&r1=136945&r2=136946
==============================================================================
--- branches/1.4/include/asterisk/astobj2.h (original)
+++ branches/1.4/include/asterisk/astobj2.h Sat Aug  9 10:25:36 2008
@@ -16,6 +16,8 @@
 
 #ifndef _ASTERISK_ASTOBJ2_H
 #define _ASTERISK_ASTOBJ2_H
+
+#include "asterisk/compat.h"
 
 /*! \file 
  *

Modified: branches/1.4/include/asterisk/compat.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/compat.h?view=diff&rev=136946&r1=136945&r2=136946
==============================================================================
--- branches/1.4/include/asterisk/compat.h (original)
+++ branches/1.4/include/asterisk/compat.h Sat Aug  9 10:25:36 2008
@@ -109,6 +109,7 @@
 typedef unsigned char	u_int8_t;
 typedef unsigned short	u_int16_t;
 typedef unsigned int	u_int32_t;
+typedef unsigned int	uint;
 #endif
 
 #endif /* SOLARIS */




More information about the svn-commits mailing list