Skip to content
Snippets Groups Projects
Commit b7571f83 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Merged revisions 136946 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r136946 | tilghman | 2008-08-09 10:25:36 -0500 (Sat, 09 Aug 2008) | 10 lines

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

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@136947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent db1ed285
Branches
Tags
No related merge requests found
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#ifndef _ASTERISK_ASTOBJ2_H #ifndef _ASTERISK_ASTOBJ2_H
#define _ASTERISK_ASTOBJ2_H #define _ASTERISK_ASTOBJ2_H
#include "asterisk/compat.h"
/*! \file /*! \file
* \ref AstObj2 * \ref AstObj2
* *
......
...@@ -163,6 +163,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz); ...@@ -163,6 +163,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
typedef unsigned char u_int8_t; typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t; typedef unsigned short u_int16_t;
typedef unsigned int u_int32_t; typedef unsigned int u_int32_t;
typedef unsigned int uint;
#endif #endif
#endif /* SOLARIS */ #endif /* SOLARIS */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment