diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-02 18:26:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-02 18:26:57 +0000 |
commit | 947a810f327c5d9b23991b114fea38e5c44aa5ad (patch) | |
tree | cac484d2bb2bd0b449ae8f4430dffa161838e479 /roff.c | |
parent | 5ac463ea04273fdfb2f26923b97775a639cf1482 (diff) | |
download | mandoc-947a810f327c5d9b23991b114fea38e5c44aa5ad.tar.gz |
Transition to splitting xml/ml.
Diffstat (limited to 'roff.c')
-rw-r--r-- | roff.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -134,7 +134,7 @@ static int roffcall(struct rofftree *, int, char **); static int roffparse(struct rofftree *, char *); static int textparse(const struct rofftree *, char *); -#ifdef __linux__ +#ifdef __linux__ /* FIXME: remove */ static size_t strlcat(char *, const char *, size_t); static size_t strlcpy(char *, const char *, size_t); extern int vsnprintf(char *, size_t, @@ -1446,7 +1446,7 @@ roff_err(const struct rofftree *tree, const char *pos, char *fmt, ...) } -#ifdef __linux +#ifdef __linux /* FIXME: remove. */ /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ /* |