[dahdi-commits] seanbright: linux/trunk r7118 - /linux/trunk/drivers/dahdi/wct4xxp/

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Sep 14 16:10:41 CDT 2009


Author: seanbright
Date: Mon Sep 14 16:10:38 2009
New Revision: 7118

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=7118
Log:
Change zap -> dahdi.

Modified:
    linux/trunk/drivers/dahdi/wct4xxp/wct4xxp-diag.c

Modified: linux/trunk/drivers/dahdi/wct4xxp/wct4xxp-diag.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wct4xxp/wct4xxp-diag.c?view=diff&rev=7118&r1=7117&r2=7118
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/wct4xxp-diag.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/wct4xxp-diag.c Mon Sep 14 16:10:38 2009
@@ -393,7 +393,7 @@
 	if (*(argv[1]) == '/')
 		dahdi_copy_string(fn, argv[1], sizeof(fn));
 	else
-		snprintf(fn, sizeof(fn), "/dev/zap/%d", atoi(argv[1]));
+		snprintf(fn, sizeof(fn), "/dev/dahdi/%d", atoi(argv[1]));
 	fd = open(fn, O_RDWR);
 	if (fd <0) {
 		fprintf(stderr, "Unable to open '%s': %s\n", fn, strerror(errno));




More information about the dahdi-commits mailing list