diff options
author | grant <grant@pkgsrc.org> | 2004-12-03 13:19:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-03 13:19:09 +0000 |
commit | dde114967ca93215d9fb1113af196ea13ff80a03 (patch) | |
tree | 98e43619b793b7cab335ed35fcc4246d9eaac9f1 | |
parent | ec59b038d3a3c7fd92a737e7c99705a3183c021b (diff) | |
download | pkgsrc-dde114967ca93215d9fb1113af196ea13ff80a03.tar.gz |
fix previous.
-rw-r--r-- | pkgtools/libnbcompat/files/unvis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/unvis.c b/pkgtools/libnbcompat/files/unvis.c index 5edf2b7c97a..5fc9227ee0f 100644 --- a/pkgtools/libnbcompat/files/unvis.c +++ b/pkgtools/libnbcompat/files/unvis.c @@ -1,4 +1,4 @@ -/* $NetBSD: unvis.c,v 1.9 2004/12/03 13:12:55 grant Exp $ */ +/* $NetBSD: unvis.c,v 1.10 2004/12/03 13:19:09 grant Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -35,7 +35,7 @@ #if 0 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: unvis.c,v 1.9 2004/12/03 13:12:55 grant Exp $"); +__RCSID("$NetBSD: unvis.c,v 1.10 2004/12/03 13:19:09 grant Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -96,7 +96,7 @@ unvis(cp, c, astate, flag) * unvis - decode characters previously encoded by vis */ int -__nbcompat_unvis13(cp, c, astate, flag) +__unvis13(cp, c, astate, flag) char *cp; int c; int *astate, flag; |