head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2012.03.10.14.57.30; author ryoon; state dead; branches; next 1.1; 1.1 date 2012.03.10.03.26.04; author ryoon; state Exp; branches; next ; desc @@ 1.2 log @Remove necessary backups of the patches. @ text @$NetBSD: patch-ag.orig,v 1.1 2012/03/10 03:26:04 ryoon Exp $ --- mozilla/nsprpub/pr/include/md/_freebsd.h.orig 2010-08-24 21:32:07.000000000 +0000 +++ mozilla/nsprpub/pr/include/md/_freebsd.h @@@@ -79,7 +79,7 @@@@ #define _PR_HAVE_LARGE_OFF_T #if defined(_PR_PTHREADS) -#if __FreeBSD_version >= 400008 +#if defined(__DragonFly__) || __FreeBSD_version >= 400008 /* * libc_r before this version of FreeBSD doesn't have poll(). * Although libc has poll(), it is not thread-safe so we can't @@@@ -88,7 +88,7 @@@@ #define _PR_POLL_AVAILABLE #endif #else -#if __FreeBSD_version >= 300000 +#if defined(__DragonFly__) || __FreeBSD_version >= 300000 #define _PR_POLL_AVAILABLE #define _PR_USE_POLL #endif @@@@ -97,7 +97,7 @@@@ #define _PR_HAVE_SYSV_SEMAPHORES #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY -#if __FreeBSD_version >= 400014 +#if defined(__DragonFly__) || __FreeBSD_version >= 400014 #define _PR_INET6 #define _PR_HAVE_INET_NTOP #define _PR_HAVE_GETHOSTBYNAME2 @ 1.1 log @Update to 2.7.2 * Many new features. * Security bugfixes. * See http://www.seamonkey-project.org/releases/seamonkey2.7/ @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.4 2010/10/22 10:08:14 tnn Exp $ @