diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-01-04 21:01:26 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-01-04 21:01:26 +0000 |
commit | 0716e3c2df916aa6572da48423f34fd19b095f45 (patch) | |
tree | 4a442e140d4e8b37a0f465ef282251b3bcce5ffd /lib | |
parent | 6727508b6d3ef88746188a6863005f9a2696ee92 (diff) |
Fix $OpenBSD tag
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/rthread_sem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librthread/rthread_sem.c b/lib/librthread/rthread_sem.c index 879fa75d4a9..6c065cc4b78 100644 --- a/lib/librthread/rthread_sem.c +++ b/lib/librthread/rthread_sem.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: rthread_sem.c,v 1.3 2012/01/04 21:01:25 guenther Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org> * All Rights Reserved. |