Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/ufs/ffs Forward decl struct csum.



details:   https://anonhg.NetBSD.org/src/rev/6d68c236559c
branches:  chs-ubc2
changeset: 471342:6d68c236559c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 21 15:50:10 1999 +0000

description:
Forward decl struct csum.

diffstat:

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

diffs (17 lines):

diff -r d70533de1510 -r 6d68c236559c sys/ufs/ffs/ffs_extern.h
--- a/sys/ufs/ffs/ffs_extern.h  Mon Jun 21 15:27:13 1999 +0000
+++ b/sys/ufs/ffs/ffs_extern.h  Mon Jun 21 15:50:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_extern.h,v 1.12.4.1 1999/06/07 04:25:34 chs Exp $  */
+/*     $NetBSD: ffs_extern.h,v 1.12.4.2 1999/06/21 15:50:10 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -68,6 +68,7 @@
 struct vnode;
 struct mbuf;
 struct cg;
+struct csum;
 
 extern struct pool ffs_inode_pool;             /* memory pool for inodes */
 



Home | Main Index | Thread Index | Old Index