[Asterisk-cvs] asterisk/res res_agi.c,1.4,1.5
citats at lists.digium.com
citats at lists.digium.com
Thu Sep 23 14:07:21 CDT 2004
- Previous message: [Asterisk-cvs] asterisk-addons/res_perl AstAPIBase.c, NONE,
1.1 AstAPIBase_wrap.c, NONE, 1.1 INSTALL, NONE, 1.1 Makefile,
NONE, 1.1 README, NONE, 1.1 apihelp.c, NONE, 1.1 apihelp.h,
NONE, 1.1 astmake.diff, NONE, 1.1 buildperl, NONE,
1.1 data_perl.c, NONE, 1.1 res_perl.c, NONE, 1.1 res_perl.h,
NONE, 1.1
- Next message: [Asterisk-cvs] asterisk/configs extensions.conf.sample,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/home/citats/cvs/asterisk/res
Modified Files:
res_agi.c
Log Message:
Include sys/socket.h in res/res_agi.c (bug 2490)
Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- res_agi.c 22 Sep 2004 15:21:36 -0000 1.4
+++ res_agi.c 23 Sep 2004 18:10:46 -0000 1.5
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
+#include <sys/socket.h>
#include <asterisk/cli.h>
#include <asterisk/logger.h>
#include <asterisk/options.h>
- Previous message: [Asterisk-cvs] asterisk-addons/res_perl AstAPIBase.c, NONE,
1.1 AstAPIBase_wrap.c, NONE, 1.1 INSTALL, NONE, 1.1 Makefile,
NONE, 1.1 README, NONE, 1.1 apihelp.c, NONE, 1.1 apihelp.h,
NONE, 1.1 astmake.diff, NONE, 1.1 buildperl, NONE,
1.1 data_perl.c, NONE, 1.1 res_perl.c, NONE, 1.1 res_perl.h,
NONE, 1.1
- Next message: [Asterisk-cvs] asterisk/configs extensions.conf.sample,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list