aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-02 18:26:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-02 18:26:57 +0000
commit80304ffe9bd4395bd33106a6575ab15a6d239c02 (patch)
tree04f8408f47dc320e9ed9d0c334043d39779c5a47 /roff.c
parentaf20e67be440d34b55887592aaa4fee82b7e43aa (diff)
downloadmandoc-80304ffe9bd4395bd33106a6575ab15a6d239c02.tar.gz
mandoc-80304ffe9bd4395bd33106a6575ab15a6d239c02.tar.zst
mandoc-80304ffe9bd4395bd33106a6575ab15a6d239c02.zip
Transition to splitting xml/ml.
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/roff.c b/roff.c
index aa3be033..aea3263b 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.33 2008/12/02 13:20:24 kristaps Exp $ */
+/* $Id: roff.c,v 1.34 2008/12/02 18:26:57 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 $ */
/*