summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authoravatar <avatar@FreeBSD.org>2011-06-16 05:26:03 +0000
committeravatar <avatar@FreeBSD.org>2011-06-16 05:26:03 +0000
commitf865e36039601faa33cb62affd45df45d923a9e8 (patch)
treed4cc069b4968bc0549bb8476d832ee38bf6926b8 /sys/ufs
parente7bd1fef9cf6868b8c2c9ffc89f8b27c210c8c53 (diff)
downloadFreeBSD-src-f865e36039601faa33cb62affd45df45d923a9e8.zip
FreeBSD-src-f865e36039601faa33cb62affd45df45d923a9e8.tar.gz
Fixing compilation bustage by introducing another forward declaration.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h
index fb02605..fb1b1fb 100644
--- a/sys/ufs/ffs/ffs_extern.h
+++ b/sys/ufs/ffs/ffs_extern.h
@@ -33,6 +33,7 @@
#ifndef _UFS_FFS_EXTERN_H
#define _UFS_FFS_EXTERN_H
+enum vtype;
struct buf;
struct cg;
struct fid;
OpenPOWER on IntegriCloud