summaryrefslogtreecommitdiff
path: root/net/yale-tftpd/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/yale-tftpd/patches/patch-ak')
-rw-r--r--net/yale-tftpd/patches/patch-ak15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/yale-tftpd/patches/patch-ak b/net/yale-tftpd/patches/patch-ak
new file mode 100644
index 00000000000..650a7b2ec52
--- /dev/null
+++ b/net/yale-tftpd/patches/patch-ak
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1 2007/10/02 20:23:08 heinz Exp $
+
+--- tftpyale.h.orig 1995-03-20 21:19:10.000000000 +0100
++++ tftpyale.h
+@@ -24,6 +24,10 @@ extern int dfltDebugLevel;
+ #include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>
++#elif HAVE_STRERROR
++#include <stdlib.h>
++#include <string.h>
++#include <errno.h>
+ #else /* not sane unix */
+
+ # ifdef __STDC__