I can't see the screen with my sunglasses on
authorArt Cancro <ajc@citadel.org>
Fri, 1 Jul 2022 16:30:10 +0000 (12:30 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 1 Jul 2022 16:30:10 +0000 (12:30 -0400)
citadel/utils/auth.c
citadel/utils/chkpw.c
citadel/utils/chkpwd.c
citadel/utils/citmail.c
citadel/utils/ctdlmigrate.c
citadel/utils/sendcommand.c
citadel/utils/setup.c

index a474f1d0077c19e26e06742b402a4262737a7547..05914eb3c648e43262e97f1ce792cd3de18b19e7 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #if defined(__linux) || defined(__sun) // needed for crypt():
 #define _XOPEN_SOURCE
index 54289257e01188de03a528b059e4ac6d2c5026ba..620613b2309065770aa1d494d96513ebe4521649 100644 (file)
@@ -2,7 +2,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <errno.h>
 #include <stdlib.h>
index 2a9c2395f45ce9ba2dd23d4430efb7ae7eee00b9..70baf53e765df14bdb2250251fed4ee97ac0df2d 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <pwd.h>
 #include <stdio.h>
index aef2589dd178df4cb3d396ecfdcf726b71691d26..b611766e6884e69de7e62ace7f925e40301c28ea 100644 (file)
@@ -7,7 +7,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <stdlib.h>
 #include <unistd.h>
index 87ce92ffd2bf7bce5169647deb10c5b663553e0c..19539ba37d13b2c46b6ed5eafa3bf626595f6142 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <stdlib.h>
 #include <unistd.h>
@@ -101,7 +100,8 @@ static int tcp_connectsock(char *host, char *service) {
        if (rc == 1) {                                  // dotted quad
                hints.ai_family = AF_INET;
                hints.ai_flags |= AI_NUMERICHOST;
-       } else {
+       }
+       else {
                rc = inet_pton(AF_INET6, host, &serveraddr);
                if (rc == 1) {                          // IPv6 address
                        hints.ai_family = AF_INET6;
index e2a3a29c1ca3f05203f8217477d9f852505c823d..e38b9db2c43c9c62d71f092f55d6fcc2c6b16e94 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <stdio.h>
 #include <stdlib.h>
index 0ca8914cb4f8d8174bb08b098e4130c07490cbdf..b36da8979ba8f11dc50571822b00c2ccafeaf080 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #define SHOW_ME_VAPPEND_PRINTF
 #include <stdlib.h>