From 0a74f338821d454d0ef32e132a155f6e3485c254 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 8 Apr 2020 10:59:28 +0000 Subject: net/irrd: Update version 2.3.10=>4.0.8 - Change LICENSE to BSD2CLAUSE from BSD4CLAUSE - Utilizes UID and GID irrd for 252 - Take MAINTAINERSHIP - Mentioned in UPDATING - Both irrd-legacy and irrd can bes installed and run concurrently Approved by: ume (private mail) --- net/irrd/files/patch-lib_mrt_prefix.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 net/irrd/files/patch-lib_mrt_prefix.c (limited to 'net/irrd/files/patch-lib_mrt_prefix.c') diff --git a/net/irrd/files/patch-lib_mrt_prefix.c b/net/irrd/files/patch-lib_mrt_prefix.c deleted file mode 100644 index 28ef751dd7e9..000000000000 --- a/net/irrd/files/patch-lib_mrt_prefix.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: lib/mrt/prefix.c -diff -u -p lib/mrt/prefix.c.orig lib/mrt/prefix.c ---- lib/mrt/prefix.c.orig Fri Aug 31 03:10:31 2001 -+++ lib/mrt/prefix.c Mon May 1 12:05:11 2006 -@@ -15,7 +15,7 @@ - #include - #endif /* NT */ - --#ifndef __GLIBC__ -+#if !defined(__GLIBC__) && !defined(__FreeBSD__) - #ifdef __osf__ - - /* apparently, OSF's gethostby{name,addr}_r's are different, broken, and -@@ -50,7 +50,7 @@ struct hostent *gethostbyaddr_r - For the time being, this part tries to convert Linux glibc 2.X - gethostXX_r into Solaris's that we use to code MRT. -- masaki - */ --#if __GLIBC__ >= 2 -+#if __GLIBC__ >= 2 || (defined(__FreeBSD__) && defined(HAVE_GETHOSTBYNAME_R)) - /* Glibc 2.X - - int gethostbyname_r (const char *name, struct hostent *result_buf, -- cgit v1.2.3