stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit f54de698199a40f1e57edd2834a8cc3088af7039 parent f1aed9fddf92a994d1abebe8ac9b694d4e179fb8 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 26 Dec 2015 13:01:41 +0100 add compat.h Diffstat:
| A | compat.h | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/compat.h b/compat.h @@ -0,0 +1,6 @@ +#ifdef COMPAT +#undef strlcat +size_t strlcat(char *, const char *, size_t); +#undef strlcpy +size_t strlcpy(char *, const char *, size_t); +#endif