* src/process.c (Fdelete_process): Simplify cast.
This commit is contained in:
parent
cad0bc7055
commit
71d63c4721
1 changed files with 1 additions and 2 deletions
|
@ -858,8 +858,7 @@ nil, indicating the current buffer's process. */)
|
|||
completion, and then free the request. */
|
||||
if (! inhibit_sentinels)
|
||||
{
|
||||
gai_suspend ((const struct gaicb * const*)&p->dns_request,
|
||||
1, NULL);
|
||||
gai_suspend ((struct gaicb const **) &p->dns_request, 1, NULL);
|
||||
free_dns_request (process);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue