Update to a much more current version, 1.6. (1.7 is out but has

changes mostly to support Mac OS and shouldn't be different for NetBSD.)
This commit is contained in:
phil 2001-04-27 19:00:36 +00:00
parent dc4e707a40
commit f9dfc1ff7a
4 changed files with 10 additions and 26 deletions

View file

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.8 2001/02/16 14:38:41 wiz Exp $
# $NetBSD: Makefile,v 1.9 2001/04/27 19:00:36 phil Exp $
#
DISTNAME= lwp-1.1
DISTNAME= lwp-1.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
MAINTAINER= fb@enteract.com
MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= Light Weight Process style threads

View file

@ -1,5 +1,4 @@
$NetBSD: distinfo,v 1.2 2001/04/21 00:44:30 wiz Exp $
$NetBSD: distinfo,v 1.3 2001/04/27 19:00:36 phil Exp $
SHA1 (lwp-1.1.tar.gz) = fad87eb45100f163e2a8b26309c2a4e7820f50de
Size (lwp-1.1.tar.gz) = 172977 bytes
SHA1 (patch-aa) = 98d2fffe12c67c184786589caaaea12e95885f33
SHA1 (lwp-1.6.tar.gz) = 0f2ac4edef5d79384218bea30849963753338f73
Size (lwp-1.6.tar.gz) = 183453 bytes

View file

@ -1,14 +0,0 @@
$NetBSD: patch-aa,v 1.1 2000/07/24 22:04:05 dmcmahill Exp $
--- src/process.ss.orig Thu Nov 11 16:27:25 1999
+++ src/process.ss Mon Jul 24 17:45:24 2000
@@ -353,5 +353,9 @@
* Written by Zalman Stern April 30th, 1989.
*/
+#ifdef __NetBSD__
+#include <machine/regdef.h>
+#else
#include <regdef.h>
+#endif /* __NetBSD__ */
#ifndef s8
#define s8 fp

View file

@ -1,11 +1,10 @@
@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:31 agc Exp $
@comment $NetBSD: PLIST,v 1.4 2001/04/27 19:00:38 phil Exp $
include/lwp/lock.h
include/lwp/lwp.h
include/lwp/preempt.h
include/lwp/timer.h
@dirrm include/lwp
lib/liblwp.a
lib/liblwp.la
lib/liblwp.so
lib/liblwp.so.1
lib/liblwp.so.1.0
lib/liblwp.so.2
lib/liblwp.so.2.0