=================================================================== RCS file: /cvs/mandoc/Attic/compat.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/Attic/compat.c 2008/12/03 14:39:59 1.1 +++ mandoc/Attic/compat.c 2008/12/15 01:54:58 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: compat.c,v 1.1 2008/12/03 14:39:59 kristaps Exp $ */ +/* $OpenBSD: compat.c,v 1.2 2008/12/15 01:54:58 kristaps Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -87,4 +87,5 @@ strlcpy(char *dst, const char *src, size_t siz) return(s - src - 1); /* count does not include NUL */ } + #endif /*__linux__*/