Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern void police!
details: https://anonhg.NetBSD.org/src/rev/7fae4814ce40
branches: trunk
changeset: 753869:7fae4814ce40
user: christos <christos%NetBSD.org@localhost>
date: Mon Apr 12 23:09:28 2010 +0000
description:
void police!
diffstat:
sys/kern/subr_lwp_specificdata.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5a348f61829a -r 7fae4814ce40 sys/kern/subr_lwp_specificdata.c
--- a/sys/kern/subr_lwp_specificdata.c Mon Apr 12 22:59:49 2010 +0000
+++ b/sys/kern/subr_lwp_specificdata.c Mon Apr 12 23:09:28 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_lwp_specificdata.c,v 1.1 2010/04/12 22:15:31 pooka Exp $ */
+/* $NetBSD: subr_lwp_specificdata.c,v 1.2 2010/04/12 23:09:28 christos Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
#define _LWP_API_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_lwp_specificdata.c,v 1.1 2010/04/12 22:15:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_lwp_specificdata.c,v 1.2 2010/04/12 23:09:28 christos Exp $");
#include <sys/param.h>
#include <sys/lwp.h>
@@ -38,7 +38,7 @@
static specificdata_domain_t lwp_specificdata_domain;
void
-lwpinit_specificdata()
+lwpinit_specificdata(void)
{
lwp_specificdata_domain = specificdata_domain_create();
Home |
Main Index |
Thread Index |
Old Index