diff options
| author | Paul Eggert | 2011-03-19 19:41:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-19 19:41:23 -0700 |
| commit | 4dc343ee3651cfefa2091788f4749a71ccbe741b (patch) | |
| tree | 0a15924b475f7ee9fbe5796c861d1d5782d7f69c /src/process.c | |
| parent | b93aacde821363e25f86bad302cc2a8c32ff82ac (diff) | |
| download | emacs-4dc343ee3651cfefa2091788f4749a71ccbe741b.tar.gz emacs-4dc343ee3651cfefa2091788f4749a71ccbe741b.zip | |
* process.c (Fmake_network_process): Define label "retry_connect" only if needed.
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) |