Module Name: src
Committed By: pooka
Date: Fri May 22 12:47:39 UTC 2009
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
forward declare struct stat to avoid implicit header dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/sys/rump/include/rump/rump.h:1.22
--- src/sys/rump/include/rump/rump.h:1.21 Fri May 22 10:51:54 2009
+++ src/sys/rump/include/rump/rump.h Fri May 22 12:47:39 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.h,v 1.21 2009/05/22 10:51:54 pooka Exp $ */
+/* $NetBSD: rump.h,v 1.22 2009/05/22 12:47:39 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -42,6 +42,7 @@
struct vfsops;
struct fid;
struct statvfs;
+struct stat;
/* yetch */
#if !defined(_RUMPKERNEL) && !defined(__NetBSD__)