diff options
author | 2014-06-23 00:43:15 +0000 | |
---|---|---|
committer | 2014-06-23 00:43:15 +0000 | |
commit | 45faf784b594bcdfcad8342ccc6fc81abd15cb3d (patch) | |
tree | 8919aae5b36fc2e1f68ca6709bd4719e13d57d64 /lib/librthread/rthread_mutex_prio.c | |
parent | Negative time{spec,val}s with non-zero subsecond parts require extra (diff) | |
download | wireguard-openbsd-45faf784b594bcdfcad8342ccc6fc81abd15cb3d.tar.xz wireguard-openbsd-45faf784b594bcdfcad8342ccc6fc81abd15cb3d.zip |
Remove unintended statement from my copyright block
Diffstat (limited to 'lib/librthread/rthread_mutex_prio.c')
-rw-r--r-- | lib/librthread/rthread_mutex_prio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread_mutex_prio.c b/lib/librthread/rthread_mutex_prio.c index 5dca967e33f..d675b37ea5f 100644 --- a/lib/librthread/rthread_mutex_prio.c +++ b/lib/librthread/rthread_mutex_prio.c @@ -1,7 +1,6 @@ -/* $OpenBSD: rthread_mutex_prio.c,v 1.1 2011/12/22 00:42:07 guenther Exp $ */ +/* $OpenBSD: rthread_mutex_prio.c,v 1.2 2014/06/23 00:43:15 guenther Exp $ */ /* * Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> - * All Rights Reserved. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |