--- lbbs/src/net_server.c 2025/05/05 11:11:06 1.16 +++ lbbs/src/net_server.c 2025/05/06 05:31:26 1.18 @@ -1,16 +1,15 @@ /*************************************************************************** net_server.c - description ------------------- - begin : Mon Oct 11 2004 - copyright : (C) 2004 by Leaflet - email : leaflet@leafok.com + Copyright : (C) 2004-2025 by Leaflet + Email : leaflet@leafok.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -22,10 +21,9 @@ #include "fork.h" #include "tcplib.h" #include -#include #include -int net_server(const char *hostaddr, unsigned int port) +int net_server(const char *hostaddr, in_port_t port) { unsigned int namelen; int result;