From 39d34cf50e3dd65ba61c579b77495311c6737e43 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 23 Jan 2007 15:32:03 +0000 Subject: Merged revisions 1921 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1921 | kpfleming | 2007-01-23 09:29:28 -0600 (Tue, 23 Jan 2007) | 10 lines Merged revisions 1920 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1920 | kpfleming | 2007-01-23 09:25:42 -0600 (Tue, 23 Jan 2007) | 2 lines clean up various compiler warnings ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1922 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xpp_zap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xpp') diff --git a/xpp/xpp_zap.c b/xpp/xpp_zap.c index b73232d..f7ce8d1 100644 --- a/xpp/xpp_zap.c +++ b/xpp/xpp_zap.c @@ -433,7 +433,9 @@ static int xpd_read_proc(char *page, char **start, off_t off, int count, int *eo len += sprintf(page + len, "\nzaptel state: %s RUNNING\n", (xpd->span.flags & ZT_FLAG_RUNNING)?"IS":"IS NOT"); len += sprintf(page + len, "\nPCM:\n | [readchunk] | [writechunk] | delay"); for_each_line(xpd, i) { +#if 0 struct zt_chan *chans = xpd->span.chans; +#endif byte rchunk[ZT_CHUNKSIZE]; byte wchunk[ZT_CHUNKSIZE]; byte *rp; -- cgit v1.2.3