You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/fam/files/fam-2.7.0-bindresvport.patch

12 lines
233 B

--- a/src/Listener.c++
+++ b/src/Listener.c++
@@ -44,7 +44,7 @@
#include "Cred.h"
#include "BTree.h"
-#if !(HAVE_BINDRESVPORT_PROTO)
+#if !(HAVE_BINDRESVPORT)
extern "C" int bindresvport(int sd, struct sockaddr_in *);
#endif