summaryrefslogtreecommitdiffstats
path: root/system/ksh-openbsd/patches/linux/strlcat_h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/ksh-openbsd/patches/linux/strlcat_h.diff')
-rw-r--r--system/ksh-openbsd/patches/linux/strlcat_h.diff7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/ksh-openbsd/patches/linux/strlcat_h.diff b/system/ksh-openbsd/patches/linux/strlcat_h.diff
deleted file mode 100644
index 60eb6361f7..0000000000
--- a/system/ksh-openbsd/patches/linux/strlcat_h.diff
+++ /dev/null
@@ -1,7 +0,0 @@
---- ksh-openbsd_cvs/strlcat.h 1970-01-01 01:00:00.000000000 +0100
-+++ ksh-openbsd_cvs.new/strlcat.h 2010-04-01 21:01:24.135232661 +0200
-@@ -0,0 +1,4 @@
-+#ifndef STRLCAT_H
-+#define STRLCAT_H
-+size_t strlcat(char *, const char *, size_t);
-+#endif /* STRLCAT_H */