=================================================================== RCS file: /cvs/mandoc/Attic/xstd.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- mandoc/Attic/xstd.c 2009/03/16 23:37:28 1.11 +++ mandoc/Attic/xstd.c 2009/03/19 16:40:49 1.12 @@ -1,4 +1,4 @@ -/* $Id: xstd.c,v 1.11 2009/03/16 23:37:28 kristaps Exp $ */ +/* $Id: xstd.c,v 1.12 2009/03/19 16:40:49 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -22,6 +22,11 @@ #include #include "private.h" + +#ifdef __linux__ +extern size_t strlcpy(char *, const char *, size_t); +extern size_t strlcat(char *, const char *, size_t); +#endif /* * Contains wrappers for common functions to simplify their general