summaryrefslogtreecommitdiff
path: root/filesystems/u9fs/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/u9fs/patches/patch-ae')
-rw-r--r--filesystems/u9fs/patches/patch-ae10
1 files changed, 10 insertions, 0 deletions
diff --git a/filesystems/u9fs/patches/patch-ae b/filesystems/u9fs/patches/patch-ae
new file mode 100644
index 00000000000..1b9501eecfb
--- /dev/null
+++ b/filesystems/u9fs/patches/patch-ae
@@ -0,0 +1,10 @@
+$NetBSD: patch-ae,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
+
+--- safecpy.c 2007/04/24 07:25:17 1.1
++++ safecpy.c 2007/04/24 07:26:57
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <string.h>
+
+ void
+ safecpy(char *to, char *from, int tolen)