summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-01-04 21:01:25 +0000
committerguenther <guenther@openbsd.org>2012-01-04 21:01:25 +0000
commit32a1bd3a773c7f826d9c1fa145aff653ff28c34d (patch)
treeb07533894845d76ef0d945048423db910b2f0799
parentMake sure the types of INTPTR_MIN/MAX and UINTPTR_MIN/MAX match the type we (diff)
downloadwireguard-openbsd-32a1bd3a773c7f826d9c1fa145aff653ff28c34d.tar.xz
wireguard-openbsd-32a1bd3a773c7f826d9c1fa145aff653ff28c34d.zip
Fix $OpenBSD tag
-rw-r--r--lib/librthread/rthread_sem.c2
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.