[asterisk-commits] tilghman: branch 1.2 r136945 - /branches/1.2/include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Aug 9 10:24:36 CDT 2008
Author: tilghman
Date: Sat Aug 9 10:24:36 2008
New Revision: 136945
URL: http://svn.digium.com/view/asterisk?view=rev&rev=136945
Log:
Regression fixes for Solaris
Modified:
branches/1.2/include/asterisk/astobj2.h
branches/1.2/include/asterisk/compat.h
Modified: branches/1.2/include/asterisk/astobj2.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/include/asterisk/astobj2.h?view=diff&rev=136945&r1=136944&r2=136945
==============================================================================
--- branches/1.2/include/asterisk/astobj2.h (original)
+++ branches/1.2/include/asterisk/astobj2.h Sat Aug 9 10:24:36 2008
@@ -16,6 +16,8 @@
#ifndef _ASTERISK_ASTOBJ2_H
#define _ASTERISK_ASTOBJ2_H
+
+#include "asterisk/compat.h"
/*! \file
*
Modified: branches/1.2/include/asterisk/compat.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/include/asterisk/compat.h?view=diff&rev=136945&r1=136944&r2=136945
==============================================================================
--- branches/1.2/include/asterisk/compat.h (original)
+++ branches/1.2/include/asterisk/compat.h Sat Aug 9 10:24:36 2008
@@ -54,6 +54,7 @@
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
typedef unsigned int u_int32_t;
+typedef unsigned int uint;
#endif
char* strsep(char** str, const char* delims);
More information about the asterisk-commits
mailing list