svn commit: r223138 - head/sys/ufs/ffs

Tai-hwa Liang avatar at FreeBSD.org
Thu Jun 16 05:26:03 UTC 2011


Author: avatar
Date: Thu Jun 16 05:26:03 2011
New Revision: 223138
URL: http://svn.freebsd.org/changeset/base/223138

Log:
  Fixing compilation bustage by introducing another forward declaration.

Modified:
  head/sys/ufs/ffs/ffs_extern.h

Modified: head/sys/ufs/ffs/ffs_extern.h
==============================================================================
--- head/sys/ufs/ffs/ffs_extern.h	Thu Jun 16 02:27:05 2011	(r223137)
+++ head/sys/ufs/ffs/ffs_extern.h	Thu Jun 16 05:26:03 2011	(r223138)
@@ -33,6 +33,7 @@
 #ifndef _UFS_FFS_EXTERN_H
 #define	_UFS_FFS_EXTERN_H
 
+enum vtype;
 struct buf;
 struct cg;
 struct fid;


More information about the svn-src-head mailing list