diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_spinlock.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_spinlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_spinlock.c b/lib/libc_r/uthread/uthread_spinlock.c index 559f2d4c4b4..d06946face3 100644 --- a/lib/libc_r/uthread/uthread_spinlock.c +++ b/lib/libc_r/uthread/uthread_spinlock.c @@ -29,8 +29,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_spinlock.c,v 1.2 1998/11/09 03:13:21 d Exp $ - * $OpenBSD: uthread_spinlock.c,v 1.2 1998/11/09 03:13:21 d Exp $ + * $FreeBSD: uthread_spinlock.c,v 1.4 1998/06/09 23:13:10 jb Exp $ + * $OpenBSD: uthread_spinlock.c,v 1.3 1998/12/23 22:49:47 d Exp $ * */ |