projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e03b3
)
add compat.h
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 26 Dec 2015 12:01:41 +0000
(13:01 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 26 Dec 2015 12:01:41 +0000
(13:01 +0100)
compat.h
[new file with mode: 0644]
patch
|
blob
diff --git a/compat.h
b/compat.h
new file mode 100644
(file)
index 0000000..
0947de6
--- /dev/null
+++ 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