summaryrefslogtreecommitdiff
path: root/drivers/dahdi
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-09-14 21:10:38 +0000
committerSean Bright <sean@malleable.com>2009-09-14 21:10:38 +0000
commit9a048d5989f76e060b71f6738b889697720745cc (patch)
tree249f98e0810a99697a61e93dde5622ba9f0246e9 /drivers/dahdi
parent7dfaf321537d6797637d4ce2a0edd9c6e7bf6347 (diff)
Change zap -> dahdi.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7118 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi')
-rw-r--r--drivers/dahdi/wct4xxp/wct4xxp-diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wct4xxp/wct4xxp-diag.c b/drivers/dahdi/wct4xxp/wct4xxp-diag.c
index e33feed..117f00b 100644
--- a/drivers/dahdi/wct4xxp/wct4xxp-diag.c
+++ b/drivers/dahdi/wct4xxp/wct4xxp-diag.c
@@ -393,7 +393,7 @@ int main(int argc, char *argv[])
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));