ossp-pkg/pth/striptease.pl 1.16 -> 1.17
--- striptease.pl 2004/07/13 10:50:49 1.16
+++ striptease.pl 2004/12/03 17:03:30 1.17
@@ -77,7 +77,7 @@
@source = (qw(
pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c
- pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c
+ pth_uctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c
pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c
pth_fork.c pth_high.c pth_ext.c pth_string.c
));
@@ -89,7 +89,7 @@
$pth_c = <<'EOT';
/*
** GNU Pth - The GNU Portable Threads
-** Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
+** Copyright (c) 1999-2004 Ralf S. Engelschall <rse@engelschall.com>
**
** This file is part of GNU Pth, a non-preemptive thread scheduling
** library which can be found at http://www.gnu.org/software/pth/.
|
|