Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ext2fs add fwd declaration for struct proc. Fixes va...
details: https://anonhg.NetBSD.org/src/rev/f953180e7756
branches: trunk
changeset: 586314:f953180e7756
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 13 16:25:59 2005 +0000
description:
add fwd declaration for struct proc. Fixes vax build.
diffstat:
sys/ufs/ext2fs/ext2fs_extern.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f5c0333d8b2e -r f953180e7756 sys/ufs/ext2fs/ext2fs_extern.h
--- a/sys/ufs/ext2fs/ext2fs_extern.h Tue Dec 13 16:15:10 2005 +0000
+++ b/sys/ufs/ext2fs/ext2fs_extern.h Tue Dec 13 16:25:59 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext2fs_extern.h,v 1.30 2005/12/11 12:25:25 christos Exp $ */
+/* $NetBSD: ext2fs_extern.h,v 1.31 2005/12/13 16:25:59 christos Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -74,6 +74,7 @@
struct mount;
struct nameidata;
struct lwp;
+struct proc;
struct statvfs;
struct timeval;
struct ucred;
Home |
Main Index |
Thread Index |
Old Index