Subject: Re: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 03/11/2003 01:10:47
Nathan J Williams <nathanw@netbsd.org> typed:
: Module Name: src
: Committed By: nathanw
: Date: Tue Mar 11 00:18:36 UTC 2003
: Modified Files:
: src/lib/libpthread: pthread_alarms.c
: Log Message:
[...]
: * Remove a redundant assignment.
But added a bad/debugging assignment (line 169):
pthread_alarmqlast = ts;
so this barfs on compile.
Regards,
Geoff