]> code.delx.au - gnu-emacs/commitdiff
* src/process.c (Fdelete_process): Simplify cast.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Feb 2016 15:42:54 +0000 (07:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Feb 2016 15:43:19 +0000 (07:43 -0800)
src/process.c

index d83e2d2c51ff29042c481228ed8bfbdf6fefaf32..f40e8e53a2462636b3b63481d0b96dcdab2792ff 100644 (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);
            }
        }