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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to