Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern tyop



details:   https://anonhg.NetBSD.org/src/rev/1368bfa19ef9
branches:  trunk
changeset: 753871:1368bfa19ef9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Apr 12 23:20:18 2010 +0000

description:
tyop

diffstat:

 sys/kern/kern_lwp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2cea5353d995 -r 1368bfa19ef9 sys/kern/kern_lwp.c
--- a/sys/kern/kern_lwp.c       Mon Apr 12 23:15:24 2010 +0000
+++ b/sys/kern/kern_lwp.c       Mon Apr 12 23:20:18 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_lwp.c,v 1.144 2010/04/12 22:15:31 pooka Exp $     */
+/*     $NetBSD: kern_lwp.c,v 1.145 2010/04/12 23:20:18 pooka Exp $     */
 
 /*-
  * Copyright (c) 2001, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -209,7 +209,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_lwp.c,v 1.144 2010/04/12 22:15:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_lwp.c,v 1.145 2010/04/12 23:20:18 pooka Exp $");
 
 #include "opt_ddb.h"
 #include "opt_lockdebug.h"
@@ -827,7 +827,7 @@
        fd_free();
 
        /* Delete the specificdata while it's still safe to sleep. */
-       lwp_finispecific(l)
+       lwp_finispecific(l);
 
        /*
         * Release our cached credentials.



Home | Main Index | Thread Index | Old Index