summaryrefslogtreecommitdiff
path: root/timertest.c
diff options
context:
space:
mode:
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);