=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- mandoc/roff.c 2008/12/02 13:20:24 1.33 +++ mandoc/roff.c 2008/12/02 18:26:57 1.34 @@ -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 * @@ -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,8 +1446,8 @@ roff_err(const struct rofftree *tree, const char *pos, } -#ifdef __linux -/* $OpenBSD: roff.c,v 1.33 2008/12/02 13:20:24 kristaps Exp $ */ +#ifdef __linux /* FIXME: remove. */ +/* $OpenBSD: roff.c,v 1.34 2008/12/02 18:26:57 kristaps Exp $ */ /* * Copyright (c) 1998 Todd C. Miller