aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-05-30 23:08:40 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-05-30 23:08:40 +0000
commit55d132317c31bfcbb59559a0146c16c6db6a4256 (patch)
tree74e6ac49790858c44949da6d7fbe26a9ed1ab2cc /sys
parentf8584ee1e1d56e37cd697a00281ee8eb9d7002b5 (diff)
downloadsrc-55d132317c31bfcbb59559a0146c16c6db6a4256.tar.gz
src-55d132317c31bfcbb59559a0146c16c6db6a4256.zip
Forward declare struct cg to quiet a warning.
Submitted by: bde
Notes
Notes: svn path=/head/; revision=77508
Diffstat (limited to 'sys')
-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 bbd6f35c545f..e7cdc1720098 100644
--- a/sys/ufs/ffs/ffs_extern.h
+++ b/sys/ufs/ffs/ffs_extern.h
@@ -38,6 +38,7 @@
#define _UFS_FFS_EXTERN_H
struct buf;
+struct cg;
struct fid;
struct fs;
struct inode;