head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.05.19.10.09.57;	author krion;	state dead;
branches;
next	1.1;

1.1
date	2002.11.17.22.13.12;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to version 2.0.0r3

PR:		ports/66869
Submitted by:	maintainer
@
text
@--- memunlockall.c.orig	Sun Nov 17 18:04:44 2002
+++ memunlockall.c	Sun Nov 17 18:04:43 2002
@@@@ -13,7 +13,7 @@@@
 
 int memunlockall(void)
 {
-#ifdef _POSIX_MEMLOCK
+#if _POSIX_MEMLOCK == 1
 	return ( munlockall() );
 #endif
 	return(-1);
@


1.1
log
@unbreak on -current

PR:		45374
Submitted by:	maintainer
@
text
@@

