Module Name:    src
Committed By:   ahoka
Date:           Mon Apr  4 21:46:15 UTC 2011

Modified Files:
        src/sys/ufs/ufs: ufs_extern.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/ufs/ufs/ufs_extern.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/ufs/ufs/ufs_extern.h
diff -u src/sys/ufs/ufs/ufs_extern.h:1.63 src/sys/ufs/ufs/ufs_extern.h:1.64
--- src/sys/ufs/ufs/ufs_extern.h:1.63	Sun Mar  6 17:08:39 2011
+++ src/sys/ufs/ufs/ufs_extern.h	Mon Apr  4 21:46:15 2011
@@ -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;

Reply via email to