emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 71d63c4: * src/process.c (Fdelete_process): Simplif


From: Paul Eggert
Subject: [Emacs-diffs] master 71d63c4: * src/process.c (Fdelete_process): Simplify cast.
Date: Mon, 29 Feb 2016 15:43:35 +0000

branch: master
commit 71d63c472167d864c04d5b8f35e802383922a7a5
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/process.c (Fdelete_process): Simplify cast.
---
 src/process.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/process.c b/src/process.c
index d83e2d2..f40e8e5 100644
--- a/src/process.c
+++ b/src/process.c
@@ -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);
            }
        }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]