summaryrefslogtreecommitdiffstatshomepage
path: root/compat.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-15 01:54:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-15 01:54:58 +0000
commitd3f19a8807625c3ef9817089048a7c32d50775c0 (patch)
tree57c56aea7d911b4d35f0173887409eed85889f0d /compat.c
parent64350927e466c9dd184ceb5b9395b434ce257d03 (diff)
downloadmandoc-d3f19a8807625c3ef9817089048a7c32d50775c0.tar.gz
mandoc-d3f19a8807625c3ef9817089048a7c32d50775c0.tar.zst
mandoc-d3f19a8807625c3ef9817089048a7c32d50775c0.zip
Purged all old files in favour of new design. Selective reintegration.
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.c b/compat.c
index bb1972a3..cec52d7b 100644
--- a/compat.c
+++ b/compat.c
@@ -87,4 +87,5 @@ strlcpy(char *dst, const char *src, size_t siz)
return(s - src - 1); /* count does not include NUL */
}
+
#endif /*__linux__*/