blob: 9a2b76d1fab79c347f5257d18c524d13932e0a6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-aa,v 1.2 1999/02/26 11:36:35 frueauf Exp $
--- jftp.c.orig Sun Feb 7 11:46:11 1999
+++ jftp.c Fri Feb 26 12:29:28 1999
@@ -30,5 +30,5 @@
#include <sys/socket.h>
-#include <sys/errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <errno.h>
#include <setjmp.h>
|