[asterisk-commits] qwell: trunk r87568 - in /trunk: ./ main/editline/np/vis.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 30 10:47:20 CDT 2007
Author: qwell
Date: Tue Oct 30 10:47:19 2007
New Revision: 87568
URL: http://svn.digium.com/view/asterisk?view=rev&rev=87568
Log:
Merged revisions 87567 via svnmerge from
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.
........
Modified:
trunk/ (props changed)
trunk/main/editline/np/vis.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/editline/np/vis.c
URL: http://svn.digium.com/view/asterisk/trunk/main/editline/np/vis.c?view=diff&rev=87568&r1=87567&r2=87568
==============================================================================
--- trunk/main/editline/np/vis.c (original)
+++ trunk/main/editline/np/vis.c Tue Oct 30 10:47:19 2007
@@ -54,7 +54,7 @@
__weak_alias(vis,_vis)
#endif
-#if !HAVE_VIS_H
+#ifndef HAVE_VIS_H
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
@@ -69,7 +69,6 @@
#ifdef SOLARIS
#include <alloca.h>
-typedef unsigned int u_int32_t;
#endif
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
More information about the asterisk-commits
mailing list