Module Name: src
Committed By: pooka
Date: Sat May 1 23:16:31 UTC 2010
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
forward-declare struct uio (required by rumpvnode_if.h)
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/rump/include/rump/rump.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.42 src/sys/rump/include/rump/rump.h:1.43
--- src/sys/rump/include/rump/rump.h:1.42 Sat May 1 14:40:36 2010
+++ src/sys/rump/include/rump/rump.h Sat May 1 23:16:31 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.h,v 1.42 2010/05/01 14:40:36 pooka Exp $ */
+/* $NetBSD: rump.h,v 1.43 2010/05/01 23:16:31 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -46,6 +46,7 @@
struct kauth_cred;
struct lwp;
struct modinfo;
+struct uio;
/* yetch */
#if defined(__NetBSD__)