Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Change the cv n...
details: https://anonhg.NetBSD.org/src/rev/33c0bcb6b4b0
branches: trunk
changeset: 789741:33c0bcb6b4b0
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Sep 06 05:50:22 2013 +0000
description:
Change the cv name slightly
diffstat:
sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r e86ba9a2feea -r 33c0bcb6b4b0 sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c
--- a/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c Fri Sep 06 00:56:12 2013 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c Fri Sep 06 05:50:22 2013 +0000
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vchi_bsd.c,v 1.2 2013/03/24 14:26:16 jmcneill Exp $
+ * $Id: vchi_bsd.c,v 1.3 2013/09/06 05:50:22 skrll Exp $
*/
#include <sys/types.h>
@@ -254,7 +254,7 @@
{
bzero(s, sizeof(*s));
mutex_init(&s->mtx, MUTEX_DEFAULT, IPL_VM);
- cv_init(&s->cv, "sema cv");
+ cv_init(&s->cv, "semacv");
s->value = value;
}
Home |
Main Index |
Thread Index |
Old Index