summaryrefslogtreecommitdiff
path: root/timertest.c
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2008-05-23 16:36:30 +0000
committerMatthew Fredrickson <creslin@digium.com>2008-05-23 16:36:30 +0000
commit37101bb09f6538f6107c67311f66640ce5bc40a2 (patch)
treee3758c3dc421ba526d3ad53b21de37a869d41dcf /timertest.c
parentb254159f617ff1c1282999535bf7320549557a93 (diff)
Couple more zap device reference removals
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4354 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'timertest.c')
-rw-r--r--timertest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timertest.c b/timertest.c
index 480a822..0c0e316 100644
--- a/timertest.c
+++ b/timertest.c
@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
int res;
fd_set fds;
struct timeval orig, now;
- fd = open("/dev/zap/timer", O_RDWR);
+ fd = open("/dev/dahdi/timer", O_RDWR);
if (fd < 0) {
fprintf(stderr, "Unable to open timer: %s\n", strerror(errno));
exit(1);