[Asterisk-cvs] asterisk/cdr cdr_pgsql.c,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Wed Oct 1 16:05:04 CDT 2003
- Previous message: [Asterisk-cvs] asterisk/pbx pbx_spool.c,1.3,1.4
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.49,1.50 iax2-parser.c,1.8,1.9 iax2-parser.h,1.4,1.5 iax2.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv20593/cdr
Modified Files:
cdr_pgsql.c
Log Message:
Fix extraneous include from MySQL
Index: cdr_pgsql.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_pgsql.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cdr_pgsql.c 1 Oct 2003 15:03:30 -0000 1.1
+++ cdr_pgsql.c 1 Oct 2003 21:06:15 -0000 1.2
@@ -31,7 +31,6 @@
#include <time.h>
#include <libpq-fe.h>
-#include <errmsg.h>
#define DATE_FORMAT "%Y-%m-%d %T"
- Previous message: [Asterisk-cvs] asterisk/pbx pbx_spool.c,1.3,1.4
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.49,1.50 iax2-parser.c,1.8,1.9 iax2-parser.h,1.4,1.5 iax2.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list