summaryrefslogtreecommitdiff
path: root/net/spegla/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/spegla/patches/patch-aa')
-rw-r--r--net/spegla/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/spegla/patches/patch-aa b/net/spegla/patches/patch-aa
new file mode 100644
index 00000000000..a15ac2fbcab
--- /dev/null
+++ b/net/spegla/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/02/26 11:27:19 frueauf Exp $
+
+--- jftp.c-orig Sun Feb 7 11:46:11 1999
++++ jftp.c Fri Feb 26 12:07:15 1999
+@@ -28,9 +28,9 @@
+ /*$Id: patch-aa,v 1.1.1.1 1999/02/26 11:27:19 frueauf Exp $*/
+ #include <sys/types.h>
+ #include <sys/socket.h>
+-#include <sys/errno.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
++#include <errno.h>
+ #include <setjmp.h>
+ #include <signal.h>
+ #include <stdio.h>