* src/process.c (Fdelete_process): Simplify cast.

This commit is contained in:
Paul Eggert 2016-02-29 07:42:54 -08:00
parent cad0bc7055
commit 71d63c4721

View file

@ -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);
}
}