pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files backout previous; it causes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12bb12a39b56
branches:  trunk
changeset: 485035:12bb12a39b56
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Dec 03 13:12:55 2004 +0000

description:
backout previous; it causes build failure on Solaris. must investigate
further...

diffstat:

 pkgtools/libnbcompat/files/unvis.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r f3697e234b1f -r 12bb12a39b56 pkgtools/libnbcompat/files/unvis.c
--- a/pkgtools/libnbcompat/files/unvis.c        Fri Dec 03 13:12:05 2004 +0000
+++ b/pkgtools/libnbcompat/files/unvis.c        Fri Dec 03 13:12:55 2004 +0000
@@ -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 @@
 #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
  */



Home | Main Index | Thread Index | Old Index