emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Mon, 18 Mar 2002 06:27:08 -0500

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.356 emacs/src/process.c:1.357
*** emacs/src/process.c:1.356   Sun Mar 17 15:20:33 2002
--- emacs/src/process.c Mon Mar 18 06:27:06 2002
***************
*** 2217,2223 ****
        Lisp_Object val;
        char *name, *arg;
        struct socket_options *sopt;
-       int optnum, opttype;
        int ret = 0;
  
        opt = XCAR (opts);
--- 2217,2222 ----
***************
*** 2494,2500 ****
         0, MANY, 0, 
         doc: /* Create and return a network server or client process.
  
! In emacs, network connections are represented by process objects, so
  input and output work as for subprocesses and `delete-process' closes
  a network connection.  However, a network process has no process id,
  it cannot be signalled, and the status codes are different from normal
--- 2493,2499 ----
         0, MANY, 0, 
         doc: /* Create and return a network server or client process.
  
! In Emacs, network connections are represented by process objects, so
  input and output work as for subprocesses and `delete-process' closes
  a network connection.  However, a network process has no process id,
  it cannot be signalled, and the status codes are different from normal
***************
*** 2607,2613 ****
  
  The following special call returns t iff a given KEY VALUE
  pair is supported on this system:
!   (make-network-process :feature KEY VALUE)  */)
       (nargs, args)
       int nargs;
       Lisp_Object *args;
--- 2606,2614 ----
  
  The following special call returns t iff a given KEY VALUE
  pair is supported on this system:
!   (make-network-process :feature KEY VALUE)
! 
! usage: (make-network-process &rest ARGS)  */)
       (nargs, args)
       int nargs;
       Lisp_Object *args;
***************
*** 2630,2636 ****
      struct _emacs_addrinfo *ai_next;
    } ai, *res, *lres;
  #endif /* HAVE_GETADDRINFO */
-   struct sockaddr *sa = 0;
    struct sockaddr_in address_in;
  #ifdef HAVE_LOCAL_SOCKETS
    struct sockaddr_un address_un;
--- 2631,2636 ----



reply via email to

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