[Asterisk-cvs] asterisk/editline/np vis.c,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Tue Dec 14 18:39:44 CST 2004
- Previous message: [Asterisk-cvs] asterisk/editline Makefile.in,1.3,1.4 sys.h,1.1,1.2
- Next message: [Asterisk-cvs] asterisk/formats format_g726.c, 1.5,
1.6 format_g729.c, 1.13, 1.14 format_gsm.c, 1.18,
1.19 format_h263.c, 1.7, 1.8 format_ilbc.c, 1.6,
1.7 format_jpeg.c, 1.6, 1.7 format_pcm.c, 1.15,
1.16 format_pcm_alaw.c, 1.13, 1.14 format_sln.c, 1.2,
1.3 format_vox.c, 1.17, 1.18 format_wav.c, 1.19,
1.20 format_wav_gsm.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/editline/np
In directory mongoose.digium.com:/tmp/cvs-serv25047/editline/np
Modified Files:
vis.c
Log Message:
Merge slimey's Solaris compatibility (with small mods) (bug #2740)
Index: vis.c
===================================================================
RCS file: /usr/cvsroot/asterisk/editline/np/vis.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vis.c 27 Nov 2002 05:04:07 -0000 1.1
+++ vis.c 14 Dec 2004 23:36:30 -0000 1.2
@@ -67,6 +67,10 @@
#define BELL '\007'
#endif
+#ifdef SOLARIS
+typedef unsigned int u_int32_t;
+#endif
+
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
#define iswhite(c) (c == ' ' || c == '\t' || c == '\n')
#define issafe(c) (c == '\b' || c == BELL || c == '\r')
- Previous message: [Asterisk-cvs] asterisk/editline Makefile.in,1.3,1.4 sys.h,1.1,1.2
- Next message: [Asterisk-cvs] asterisk/formats format_g726.c, 1.5,
1.6 format_g729.c, 1.13, 1.14 format_gsm.c, 1.18,
1.19 format_h263.c, 1.7, 1.8 format_ilbc.c, 1.6,
1.7 format_jpeg.c, 1.6, 1.7 format_pcm.c, 1.15,
1.16 format_pcm_alaw.c, 1.13, 1.14 format_sln.c, 1.2,
1.3 format_vox.c, 1.17, 1.18 format_wav.c, 1.19,
1.20 format_wav_gsm.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list