SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- host2ip.c.orig Mon Dec 1 20:30:05 2008
+++ host2ip.c Mon Dec 1 20:30:16 2008
@@ -1,6 +1,7 @@
#include <sys/types.h>
#include <sys/socket.h> /* struct sockaddr */
#include <stdlib.h>
+#include <string.h>
#include <netdb.h> /* gethostbyname() */
#include <netinet/in.h> /* sockaddr_in */
#include <arpa/inet.h> /* inet_addr() */