opnsense-ports/security/openssh-portable/files/patch-sshconnect.c
Franco Fichtner 9767e39bef security/openssh-portable: sync with upstream
Taken from: FreeBSD
2015-11-12 08:32:34 +01:00

13 lines
296 B
C

--- UTC
Added for bindresvport_sa(3)
--- sshconnect.c.orig 2015-04-02 15:04:24.482112000 -0500
+++ sshconnect.c 2015-04-02 15:04:26.735851000 -0500
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <rpc/rpc.h>
#include <unistd.h>
#include "xmalloc.h"