From: Jeremy Harris Date: Sun, 6 Nov 2016 13:56:46 +0000 (+0000) Subject: tidying X-Git-Tag: exim-4_88_RC4^0 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=dd7b74e90a96eaf109796d8f9499578571a1572c tidying --- diff --git a/src/src/log.c b/src/src/log.c index 081e47bf9..52570ac13 100644 --- a/src/src/log.c +++ b/src/src/log.c @@ -909,9 +909,9 @@ while(*ptr) ptr++; if (LOGGING(pid)) { sprintf(CS ptr, "[%d] ", (int)getpid()); - if (!syslog_pid) pid_position[0] = ptr - log_buffer; // remember begin … + if (!syslog_pid) pid_position[0] = ptr - log_buffer; /* remember begin … */ while (*ptr) ptr++; - if (!syslog_pid) pid_position[1] = ptr - log_buffer; // … and end+1 of the PID + if (!syslog_pid) pid_position[1] = ptr - log_buffer; /* … and end+1 of the PID */ } if (really_exim && message_id[0] != 0) diff --git a/test/src/server.c b/test/src/server.c index 4bdde65bf..4a48965e2 100644 --- a/test/src/server.c +++ b/test/src/server.c @@ -28,7 +28,7 @@ on all interfaces, unless the option -noipv6 is given. */ #include #ifdef HAVE_NETINET_IP_VAR_H -#include +# include #endif #include @@ -61,6 +61,10 @@ typedef struct line { char line[1]; } line; +typedef unsigned BOOL; +#define FALSE 0 +#define TRUE 1 + /************************************************* * SIGALRM handler - crash out * @@ -496,11 +500,10 @@ s = script; for (count = 0; count < connection_count; count++) { - struct { int left; - int in_use; - } content_length = { .left = 0, .in_use = 0 }; + BOOL in_use; + } content_length = { 0, FALSE }; alarm(timeout); if (port <= 0) @@ -527,8 +530,7 @@ for (count = 0; count < connection_count; count++) if (listen_socket[i] > max_socket) max_socket = listen_socket[i]; } - lcount = select(max_socket + 1, &select_listen, NULL, NULL, NULL); - if (lcount < 0) + if ((lcount = select(max_socket + 1, &select_listen, NULL, NULL, NULL)) < 0) { printf("Select failed\n"); fflush(stdout); @@ -537,7 +539,6 @@ for (count = 0; count < connection_count; count++) accept_socket = -1; for (i = 0; i < skn; i++) - { if (listen_socket[i] > 0 && FD_ISSET(listen_socket[i], &select_listen)) { accept_socket = accept(listen_socket[i], @@ -545,7 +546,6 @@ for (count = 0; count < connection_count; count++) FD_CLR(listen_socket[i], &select_listen); break; } - } } alarm(0); @@ -597,7 +597,7 @@ for (count = 0; count < connection_count; count++) doesn't work for other tests (e.g. ident tests) so we have explicit '<' and '>' flags for input and output as well as the defaults. */ - for (; s != NULL; s = s->next) + for (; s; s = s->next) { char *ss = s->line; @@ -735,9 +735,7 @@ for (count = 0; count < connection_count; count++) n = (read(dup_accept_socket, &c, 1) == 1 && c == '.'); if (content_length.in_use) content_length.left--; while (c != '\n' && read(dup_accept_socket, &c, 1) == 1) - { if (content_length.in_use) content_length.left--; - } } while (!n); else if (memcmp(ss, buffer, n) != 0) { @@ -760,7 +758,7 @@ for (count = 0; count < connection_count; count++) goto END_OFF; } alarm(0); - n = (int)strlen(CS buffer); + n = strlen(CS buffer); if (content_length.in_use) content_length.left -= (n - offset); while (n > 0 && isspace(buffer[n-1])) n--; buffer[n] = 0; @@ -776,7 +774,7 @@ for (count = 0; count < connection_count; count++) } } - if (sscanf(buffer, "