slackbuilds_ponce/system/ksh-openbsd/patches/linux/strlcpy_h.diff
Daniel LEVAI f5e7485b6c system/ksh-openbsd: Added (OpenBSD's pdksh ported to Linux)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-11-19 16:52:08 -06:00

7 lines
261 B
Diff

--- ksh-openbsd_cvs/strlcpy.h 1970-01-01 01:00:00.000000000 +0100
+++ ksh-openbsd_cvs.new/strlcpy.h 2010-04-01 21:01:24.145380963 +0200
@@ -0,0 +1,4 @@
+#ifndef STRLCPY_H
+#define STRLCPY_H
+size_t strlcpy(char *, const char *, size_t);
+#endif /* STRLCPY_H */