mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type." into 13
This commit is contained in:
@@ -506,7 +506,7 @@ static void *kqueue_daemon(void *data)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp = kev.udata;
|
sp = (struct state *) kev.udata;
|
||||||
|
|
||||||
AST_LIST_LOCK(&zonelist);
|
AST_LIST_LOCK(&zonelist);
|
||||||
/* see comment near psx_sp in add_notify() */
|
/* see comment near psx_sp in add_notify() */
|
||||||
|
Reference in New Issue
Block a user