svn commit: r324868 - head/sys/fs/pseudofs

Mark Johnston markj at FreeBSD.org
Sun Oct 22 20:22:12 UTC 2017


Author: markj
Date: Sun Oct 22 20:22:11 2017
New Revision: 324868
URL: https://svnweb.freebsd.org/changeset/base/324868

Log:
  Delete declarations of struct pfs_bitmap, removed in r143841.
  
  MFC after:	1 week

Modified:
  head/sys/fs/pseudofs/pseudofs.h

Modified: head/sys/fs/pseudofs/pseudofs.h
==============================================================================
--- head/sys/fs/pseudofs/pseudofs.h	Sun Oct 22 20:14:48 2017	(r324867)
+++ head/sys/fs/pseudofs/pseudofs.h	Sun Oct 22 20:22:11 2017	(r324868)
@@ -81,7 +81,6 @@ typedef enum {
  */
 struct pfs_info;
 struct pfs_node;
-struct pfs_bitmap;
 
 /*
  * Init / uninit callback
@@ -120,8 +119,6 @@ struct vattr;
 #define PFS_ATTR_PROTO(name) \
 	int name(PFS_ATTR_ARGS);
 typedef int (*pfs_attr_t)(PFS_ATTR_ARGS);
-
-struct pfs_bitmap;		/* opaque */
 
 /*
  * Visibility callback


More information about the svn-src-head mailing list