diff options
author | rpj <rpj> | 2005-05-18 14:35:16 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-18 14:35:16 +0000 |
commit | 2f7259b53b446762a1178150b0762c734b85c206 (patch) | |
tree | 517e8077e3f4689d2ac331d7000757994cebfd2b /tests/cancel9.c | |
parent | 2531397c796d14f5fb934ae3fcf3c5327bd41bc9 (diff) |
''
Diffstat (limited to 'tests/cancel9.c')
-rw-r--r-- | tests/cancel9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel9.c b/tests/cancel9.c index efa8ef2..b009161 100644 --- a/tests/cancel9.c +++ b/tests/cancel9.c @@ -97,7 +97,7 @@ test_udp (void *arg) } UDPSocket = socket (AF_INET, SOCK_DGRAM, 0); - if (UDPSocket == -1) + if ((int)UDPSocket == -1) { printf ("Server: socket ERROR \n"); exit (-1); |