[Asterisk-cvs] asterisk/utils smsq.c,1.7,1.8
kpfleming
kpfleming
Wed Sep 7 22:18:44 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/db1-ast/hash hash.c,1.2,1.3
- Next message: [Asterisk-cvs] asterisk/include/asterisk compat.h, NONE,
1.1 channel.h, 1.99, 1.100 endian.h, 1.4, 1.5 logger.h, 1.14,
1.15 strings.h, 1.8, 1.9 utils.h, 1.42, 1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv993/utils
Modified Files:
smsq.c
Log Message:
first set of Cygwin portability stuff (issue #4678)
Index: smsq.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/smsq.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- smsq.c 15 May 2005 03:32:20 -0000 1.7
+++ smsq.c 8 Sep 2005 02:19:02 -0000 1.8
@@ -9,8 +9,8 @@
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
+#include <asterisk/compat.h>
#ifdef SOLARIS
-#include <solaris-compat/compat.h>
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
- Previous message: [Asterisk-cvs] asterisk/db1-ast/hash hash.c,1.2,1.3
- Next message: [Asterisk-cvs] asterisk/include/asterisk compat.h, NONE,
1.1 channel.h, 1.99, 1.100 endian.h, 1.4, 1.5 logger.h, 1.14,
1.15 strings.h, 1.8, 1.9 utils.h, 1.42, 1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list