diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 05feba73253..943cb2a1048 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3830,7 +3830,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3830 | Lisp_Object proc; | 3830 | Lisp_Object proc; |
| 3831 | Lisp_Object contact; | 3831 | Lisp_Object contact; |
| 3832 | struct Lisp_Process *p; | 3832 | struct Lisp_Process *p; |
| 3833 | const char *portstring; | 3833 | const char *portstring UNINIT; |
| 3834 | ptrdiff_t portstringlen ATTRIBUTE_UNUSED; | 3834 | ptrdiff_t portstringlen ATTRIBUTE_UNUSED; |
| 3835 | char portbuf[INT_BUFSIZE_BOUND (EMACS_INT)]; | 3835 | char portbuf[INT_BUFSIZE_BOUND (EMACS_INT)]; |
| 3836 | #ifdef HAVE_LOCAL_SOCKETS | 3836 | #ifdef HAVE_LOCAL_SOCKETS |