diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 952bc8e23da..fb6dc95bb31 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3403,7 +3403,9 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3403 | { | 3403 | { |
| 3404 | int optn, optbits; | 3404 | int optn, optbits; |
| 3405 | 3405 | ||
| 3406 | #ifdef WINDOWSNT | ||
| 3406 | retry_connect: | 3407 | retry_connect: |
| 3408 | #endif | ||
| 3407 | 3409 | ||
| 3408 | s = socket (lres->ai_family, lres->ai_socktype, lres->ai_protocol); | 3410 | s = socket (lres->ai_family, lres->ai_socktype, lres->ai_protocol); |
| 3409 | if (s < 0) | 3411 | if (s < 0) |