Prefix strvis functions with rk_ and do symbol renaming.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19309 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-11 18:58:15 +00:00
parent a548a4cd91
commit 3fa3fa004c
4 changed files with 32 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ static char rcsid[] = "$NetBSD: fnmatch.c,v 1.11 1995/02/27 03:43:06 cgd Exp $";
static const char *rangematch (const char *, int, int);
int ROKEN_LIB_FUNCTION
fnmatch(const char *pattern, const char *string, int flags)
rk_fnmatch(const char *pattern, const char *string, int flags)
{
const char *stringstart;
char c, test;