Merged revisions 184151 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r184151 | russell | 2009-03-24 21:03:13 -0500 (Tue, 24 Mar 2009) | 2 lines
  
  Change poll() to ast_poll().
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@184152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Russell Bryant 16 years ago
parent 8071bbd8f3
commit 6b30d15f35

@ -290,7 +290,7 @@ static char *timing_test(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
.events = POLLIN | POLLPRI,
};
res = poll(&pfd, 1, 100);
res = ast_poll(&pfd, 1, 100);
if (res == 1) {
count++;

Loading…
Cancel
Save