Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpdev Both amiga and atari needs <sys/lwp...
details: https://anonhg.NetBSD.org/src/rev/01f4cdce9aeb
branches: trunk
changeset: 747143:01f4cdce9aeb
user: he <he%NetBSD.org@localhost>
date: Fri Sep 04 08:57:00 2009 +0000
description:
Both amiga and atari needs <sys/lwp.h> explicitly included in order
for curlwp to be properly declared.
diffstat:
sys/rump/librump/rumpdev/devnodes.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r b0e95517065f -r 01f4cdce9aeb sys/rump/librump/rumpdev/devnodes.c
--- a/sys/rump/librump/rumpdev/devnodes.c Fri Sep 04 01:41:06 2009 +0000
+++ b/sys/rump/librump/rumpdev/devnodes.c Fri Sep 04 08:57:00 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: devnodes.c,v 1.2 2009/09/02 16:55:07 pooka Exp $ */
+/* $NetBSD: devnodes.c,v 1.3 2009/09/04 08:57:00 he Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -26,12 +26,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: devnodes.c,v 1.2 2009/09/02 16:55:07 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: devnodes.c,v 1.3 2009/09/04 08:57:00 he Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/filedesc.h>
#include <sys/kmem.h>
+#include <sys/lwp.h>
#include <sys/stat.h>
#include <sys/vfs_syscalls.h>
Home |
Main Index |
Thread Index |
Old Index