=================================================================== RCS file: /cvs/mandoc/Attic/xstd.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/xstd.c 2009/03/08 11:41:22 1.8 +++ mandoc/Attic/xstd.c 2009/03/08 19:47:41 1.9 @@ -1,4 +1,4 @@ -/* $Id: xstd.c,v 1.8 2009/03/08 11:41:22 kristaps Exp $ */ +/* $Id: xstd.c,v 1.9 2009/03/08 19:47:41 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -35,13 +35,6 @@ extern size_t strlcpy(char *, const char *, size_t); int -xstrncmp(const char *p1, const char *p2, size_t sz) -{ - - return(0 == strncmp(p1, p2, sz)); -} - -int xstrcmp(const char *p1, const char *p2) { @@ -114,7 +107,7 @@ xstrlcpys(char *buf, const struct mdoc_node *n, size_t } #ifdef __linux__ -/* $OpenBSD: xstd.c,v 1.8 2009/03/08 11:41:22 kristaps Exp $ */ +/* $OpenBSD: xstd.c,v 1.9 2009/03/08 19:47:41 kristaps Exp $ */ /* * Copyright (c) 1998 Todd C. Miller