aboutsummaryrefslogtreecommitdiff
path: root/net/ushare/files/patch-strndup.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ushare/files/patch-strndup.h')
-rw-r--r--net/ushare/files/patch-strndup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ushare/files/patch-strndup.h b/net/ushare/files/patch-strndup.h
deleted file mode 100644
index 8239f5baaa4d..000000000000
--- a/net/ushare/files/patch-strndup.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/strndup.h.orig Sat Dec 23 02:49:13 2006
-+++ src/strndup.h Sat Dec 23 13:24:04 2006
-@@ -0,0 +1,8 @@
-+#ifndef _STRNDUP_H_
-+#define _STRNDUP_H_
-+
-+#if defined(__FreeBSD__) || defined(__OpenBSD__)
-+char *strndup(const char *s, size_t n);
-+#endif
-+
-+#endif /* _STRNDUP_H_ */