X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Ftcp_sockets.c;fp=webcit%2Ftcp_sockets.c;h=e45231f56a3dd21eba074192ca3facc0d4012ae8;hp=95dcd0efedca8ea9bb776e30d75b99cfdb25b7ff;hb=fb6f6fa4ec4e3277e30d84326d48e6850822d318;hpb=a64bfc27dd3a05603efa1a729cc1ae4922e7ed17 diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index 95dcd0efe..e45231f56 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -4,16 +4,10 @@ * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. * - * - * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * - * - * */ /* @@ -21,7 +15,6 @@ #define SERV_TRACE 1 */ - #include "webcit.h" #include "webserver.h"