Files
Juraj LutterandZsolt Udvari 629de3e1aa ftp/ftpproxy: Minor cosmetic changes
Add rc.d script and option to use PID file.
Switch to DISTVERSION.
Add license information.

PR:		269722
Approved by:	maintainer timeout (3+ weeks)
2025-03-13 12:18:09 +01:00

12 lines
317 B
C

--- src/ip-lib.c.orig 2025-02-19 19:25:06 UTC
+++ src/ip-lib.c
@@ -52,7 +52,7 @@ int openip(char *host, unsigned int port, char *srcip,
{
int socketd;
struct sockaddr_in server;
- struct hostent *hostp, *gethostbyname();
+ struct hostent *hostp;
socketd = socket(AF_INET, SOCK_STREAM, 0);
if (socketd < 0)