diff options
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 01241b518bb..1e7ec7d9678 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -723,7 +723,6 @@ main (argc, argv) | |||
| 723 | #define SEND_BUFFER_SIZE 4096 | 723 | #define SEND_BUFFER_SIZE 4096 |
| 724 | 724 | ||
| 725 | extern char *strerror (); | 725 | extern char *strerror (); |
| 726 | extern int errno; | ||
| 727 | 726 | ||
| 728 | /* Buffer to accumulate data to send in TCP connections. */ | 727 | /* Buffer to accumulate data to send in TCP connections. */ |
| 729 | char send_buffer[SEND_BUFFER_SIZE + 1]; | 728 | char send_buffer[SEND_BUFFER_SIZE + 1]; |