From 9f7c0aee2266f817c86cba98b43632b9f452c87e Mon Sep 17 00:00:00 2001 From: schmonz Date: Wed, 18 Nov 2020 14:31:43 +0000 Subject: Initial import of ucspi-unix, an UCSPI-conformant UNIX domain socket client and server. --- net/ucspi-unix/patches/patch-unixserver.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/ucspi-unix/patches/patch-unixserver.c (limited to 'net/ucspi-unix/patches/patch-unixserver.c') diff --git a/net/ucspi-unix/patches/patch-unixserver.c b/net/ucspi-unix/patches/patch-unixserver.c new file mode 100644 index 00000000000..201cbbf6e16 --- /dev/null +++ b/net/ucspi-unix/patches/patch-unixserver.c @@ -0,0 +1,14 @@ +$NetBSD: patch-unixserver.c,v 1.1 2020/11/18 14:31:43 schmonz Exp $ + +Include missing strlen declaration. + +--- unixserver.c.orig 2015-08-12 03:05:40.000000000 +0000 ++++ unixserver.c +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3