Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern how did that extra asterisk get th...
details: https://anonhg.NetBSD.org/src/rev/9c5482d1ccec
branches: trunk
changeset: 786843:9c5482d1ccec
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 15 13:58:14 2013 +0000
description:
how did that extra asterisk get there?
diffstat:
sys/rump/librump/rumpkern/ltsleep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 72ec790d3fd0 -r 9c5482d1ccec sys/rump/librump/rumpkern/ltsleep.c
--- a/sys/rump/librump/rumpkern/ltsleep.c Wed May 15 12:49:33 2013 +0000
+++ b/sys/rump/librump/rumpkern/ltsleep.c Wed May 15 13:58:14 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ltsleep.c,v 1.32 2013/05/15 12:49:33 pooka Exp $ */
+/* $NetBSD: ltsleep.c,v 1.33 2013/05/15 13:58:14 pooka Exp $ */
/*
* Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ltsleep.c,v 1.32 2013/05/15 12:49:33 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ltsleep.c,v 1.33 2013/05/15 13:58:14 pooka Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -58,7 +58,7 @@
#define kcv u.kern
static LIST_HEAD(, ltsleeper) sleepers = LIST_HEAD_INITIALIZER(sleepers);
-static kmutex_t *qlock;
+static kmutex_t qlock;
static int
sleeper(wchan_t ident, int timo, kmutex_t *kinterlock)
Home |
Main Index |
Thread Index |
Old Index