From c5d4094208be0560db143a37d56bc4e445675d7d Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 29 Jul 2008 22:22:13 +0000 Subject: build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for features that will always be present in DAHDI git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134260 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dahdibarge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_dahdibarge.c') diff --git a/apps/app_dahdibarge.c b/apps/app_dahdibarge.c index a59edc9af..1c13eb0a3 100644 --- a/apps/app_dahdibarge.c +++ b/apps/app_dahdibarge.c @@ -99,7 +99,7 @@ static int conf_run(struct ast_channel *chan, int confno, int confflags) int origfd; int ret = -1; - DAHDI_BUFFERINFO bi; + struct dahdi_bufferinfo bi; char __buf[CONF_SIZE + AST_FRIENDLY_OFFSET]; char *buf = __buf + AST_FRIENDLY_OFFSET; -- cgit v1.2.3