From f93386feb19cc26c0e10ba9208afaba7a790ee5c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 15:19:32 +0000 Subject: various minor fixes and get dahdi_tool to actually be built git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4340 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_tool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dahdi_tool.c') diff --git a/dahdi_tool.c b/dahdi_tool.c index de7067b..fe49a54 100644 --- a/dahdi_tool.c +++ b/dahdi_tool.c @@ -568,9 +568,9 @@ static void cleanup(void) int main(int argc, char *argv[]) { - ctl = open("/dev/zap/ctl", O_RDWR); + ctl = open("/dev/dahdi/ctl", O_RDWR); if (ctl < 0) { - fprintf(stderr, "Unable to open /dev/zap/ctl: %s\n", strerror(errno)); + fprintf(stderr, "Unable to open /dev/dahdi/ctl: %s\n", strerror(errno)); exit(1); } newtInit(); -- cgit v1.2.3