diff options
Diffstat (limited to 'src/microhttpd/test_upgrade_large.c')
-rw-r--r-- | src/microhttpd/test_upgrade_large.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/test_upgrade_large.c b/src/microhttpd/test_upgrade_large.c index 4a6e741a..60246706 100644 --- a/src/microhttpd/test_upgrade_large.c +++ b/src/microhttpd/test_upgrade_large.c | |||
@@ -589,7 +589,7 @@ make_blocking (MHD_socket fd) | |||
589 | static void | 589 | static void |
590 | kick_select () | 590 | kick_select () |
591 | { | 591 | { |
592 | if (MHD_ITC_IS_VALID_(kicker)) | 592 | if (MHD_ITC_IS_VALID_ (kicker)) |
593 | { | 593 | { |
594 | MHD_itc_activate_ (kicker, "K"); | 594 | MHD_itc_activate_ (kicker, "K"); |
595 | } | 595 | } |
@@ -612,7 +612,7 @@ send_all (struct wr_socket *sock, | |||
612 | len - off); | 612 | len - off); |
613 | if (0 > ret) | 613 | if (0 > ret) |
614 | { | 614 | { |
615 | if (!MHD_SCKT_ERR_IS_EAGAIN_ (MHD_socket_get_error_())) | 615 | if (! MHD_SCKT_ERR_IS_EAGAIN_ (MHD_socket_get_error_ ())) |
616 | abort (); | 616 | abort (); |
617 | ret = 0; | 617 | ret = 0; |
618 | } | 618 | } |
@@ -916,7 +916,7 @@ run_mhd_select_loop (struct MHD_Daemon *daemon) | |||
916 | MHD_UNSIGNED_LONG_LONG to; | 916 | MHD_UNSIGNED_LONG_LONG to; |
917 | struct timeval tv; | 917 | struct timeval tv; |
918 | 918 | ||
919 | if (!MHD_itc_init_ (kicker)) | 919 | if (! MHD_itc_init_ (kicker)) |
920 | abort (); | 920 | abort (); |
921 | while (! done) | 921 | while (! done) |
922 | { | 922 | { |
@@ -996,7 +996,7 @@ run_mhd_epoll_loop (struct MHD_Daemon *daemon) | |||
996 | di = MHD_get_daemon_info (daemon, | 996 | di = MHD_get_daemon_info (daemon, |
997 | MHD_DAEMON_INFO_EPOLL_FD); | 997 | MHD_DAEMON_INFO_EPOLL_FD); |
998 | ep = di->listen_fd; | 998 | ep = di->listen_fd; |
999 | if (!MHD_itc_init_ (kicker)) | 999 | if (! MHD_itc_init_ (kicker)) |
1000 | abort (); | 1000 | abort (); |
1001 | while (! done) | 1001 | while (! done) |
1002 | { | 1002 | { |