Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/ufs add "struct ufid; " so we can include it without ...



details:   https://anonhg.NetBSD.org/src/rev/82a814e9faf3
branches:  trunk
changeset: 763828:82a814e9faf3
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Mon Apr 04 21:46:15 2011 +0000

description:
add "struct ufid;" so we can include it without ufs/inode.h

diffstat:

 sys/ufs/ufs/ufs_extern.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e017ff98820e -r 82a814e9faf3 sys/ufs/ufs/ufs_extern.h
--- a/sys/ufs/ufs/ufs_extern.h  Mon Apr 04 21:35:31 2011 +0000
+++ b/sys/ufs/ufs/ufs_extern.h  Mon Apr 04 21:46:15 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_extern.h,v 1.63 2011/03/06 17:08:39 bouyer Exp $   */
+/*     $NetBSD: ufs_extern.h,v 1.64 2011/04/04 21:46:15 ahoka Exp $    */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -49,6 +49,7 @@
 struct mount;
 struct nameidata;
 struct lwp;
+struct ufid;
 struct ufs_args;
 struct ufsmount;
 struct uio;



Home | Main Index | Thread Index | Old Index