https://origsvn.digium.com/svn/asterisk/branches/1.4
(closes issue #11113)
........
r87567 | qwell | 2007-10-30 10:45:35 -0500 (Tue, 30 Oct 2007) | 4 lines
Fix build of editline on Solaris.
Issue 11113, patch by snuffy.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87568
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
__weak_alias(vis,_vis)
#endif
-#if !HAVE_VIS_H
+#ifndef HAVE_VIS_H
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#ifdef SOLARIS
#include <alloca.h>
-typedef unsigned int u_int32_t;
#endif
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')