diff options
author | msaitoh <msaitoh> | 2000-10-30 22:39:54 +0000 |
---|---|---|
committer | msaitoh <msaitoh> | 2000-10-30 22:39:54 +0000 |
commit | 3300a60eb59f47cf46542718115beeffab0c5d4a (patch) | |
tree | 85e3450c11d01118d2b006d36224174750ac0cd4 /devel/ptl2 | |
parent | e98b97d96d87ce2a518899f99dd24a38ef04e6ab (diff) | |
download | pkgsrc-3300a60eb59f47cf46542718115beeffab0c5d4a.tar.gz |
Upgrade to 2.1.6.
Changes from 2.1.5:
* src/io.c (fcntl): support nonblocking I/O.
* src/sleep.c (sleep): change return type and the argument of
sleep() from int to unsigned.
* src/cond.c: add unrenamed pthread_cond_timedwait().
* include/pthread.h: fix the prototype of pthread_cond_timedwait().
Diffstat (limited to 'devel/ptl2')
-rw-r--r-- | devel/ptl2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index ba98c51c9d1..bf6d78b2c99 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2000/09/24 17:14:37 msaitoh Exp $ +# $NetBSD: Makefile,v 1.27 2000/10/30 22:39:54 msaitoh Exp $ -DISTNAME= PTL-2.1.5 -PKGNAME= ptl-2.1.5 +DISTNAME= PTL-2.1.6 +PKGNAME= ptl-2.1.6 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/ |