summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-03 13:12:55 +0000
committergrant <grant@pkgsrc.org>2004-12-03 13:12:55 +0000
commit0d916fad862aed56759ae20bbea1cdf68389c4f9 (patch)
tree318d30baf634c47cb589efcfd60086c1b9418181 /pkgtools/libnbcompat
parent4f35c8d6f6112dbe22c32b02f0aa5fd591b04fc3 (diff)
downloadpkgsrc-0d916fad862aed56759ae20bbea1cdf68389c4f9.tar.gz
backout previous; it causes build failure on Solaris. must investigate
further...
Diffstat (limited to 'pkgtools/libnbcompat')
-rw-r--r--pkgtools/libnbcompat/files/unvis.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgtools/libnbcompat/files/unvis.c b/pkgtools/libnbcompat/files/unvis.c
index 9632a5162be..5edf2b7c97a 100644
--- a/pkgtools/libnbcompat/files/unvis.c
+++ b/pkgtools/libnbcompat/files/unvis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unvis.c,v 1.8 2004/12/03 00:09:02 grant Exp $ */
+/* $NetBSD: unvis.c,v 1.9 2004/12/03 13:12:55 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.8 2004/12/03 00:09:02 grant Exp $");
+__RCSID("$NetBSD: unvis.c,v 1.9 2004/12/03 13:12:55 grant Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -67,12 +67,6 @@ __warn_references(unvis,
#endif
#endif
-/* work around namespace clash with NetBSD 1.4 (and earlier) */
-#ifdef __unvis13
-#undef __unvis13
-#define __unvis13 __nbcompat_unvis13
-#endif
-
/*
* decode driven by state machine
*/