head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4; locks; strict; comment @# @; 1.5 date 2002.12.12.07.07.06; author msaitoh; state dead; branches; next 1.4; 1.4 date 2001.07.13.16.06.46; author bad; state Exp; branches; next 1.3; 1.3 date 2001.07.13.16.02.38; author bad; state Exp; branches; next 1.2; 1.2 date 99.05.12.13.24.27; author msaitoh; state dead; branches; next 1.1; 1.1 date 99.05.02.16.53.00; author tron; state Exp; branches; next ; desc @@ 1.5 log @Update to PTL-2.1.9 Changes: * fixed: pthread_kill() does not restore the critical level when given signal number is zero. * New API: POSIX readdir_r. * fixed: interruption by a signal whose handler is SIG_SIGWAIT_NP may cause infinite loop. * fixed: PTL's internal SIGSEGV handler gets strange arguments on a system that has POSIX-based signal facility. @ text @$NetBSD: patch-ad,v 1.4 2001/07/13 16:06:46 bad Exp $ --- src/spec.h.orig Thu Mar 2 07:06:39 2000 +++ src/spec.h Fri Jul 13 16:44:17 2001 @@@@ -201,7 +201,7 @@@@ # define NO_SHM #endif -#if defined(__NetBSD__) && defined(sparc) +#if defined(__NetBSD__) && (defined(sparc) || defined(__sparc__)) # define NO_SHM /* SHMLBA is not constant */ # undef HAVE_SHMGET #endif @ 1.4 log @Add RCS ID. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Make sure to test for __sparc__ so that NO_SHM gets defined on NetBSD/sparc. @ text @d1 2 @ 1.2 log @Upate PTL2 to PTL2-current-990512. @ text @d1 5 a5 13 $NetBSD: patch-ad,v 1.1 1999/05/02 16:53:00 tron Exp $ --- include/arpa/inet.h.orig Sat May 1 21:51:06 1999 +++ include/arpa/inet.h Sat May 1 21:53:11 1999 @@@@ -56,6 +56,11 @@@@ char * inet_ntoa __PTL_P((struct in_addr)); char * inet_ntoa_r __PTL_P((struct in_addr in, char *buf, int bufsize)); +#if defined(__NetBSD__) +int inet_pton __PTL_P((int, const char *, void *)); +const char *inet_ntop __PTL_P((int, const void *, + char *, size_t)); +#endif d7 5 a11 1 __PTL_END_DECLS @ 1.1 log @Add missing prototypes to PTL's "include/arpa/inet.h". Patch supplied by Michael Graff in PR pkg/7507. @ text @d1 1 a1 1 $NetBSD$ @