svn commit: r325104 - stable/11/sys/fs/pseudofs
Mark Johnston
markj at FreeBSD.org
Sun Oct 29 14:58:00 UTC 2017
Author: markj
Date: Sun Oct 29 14:57:58 2017
New Revision: 325104
URL: https://svnweb.freebsd.org/changeset/base/325104
Log:
MFC r324868:
Delete declarations of struct pfs_bitmap, removed in r143841.
Modified:
stable/11/sys/fs/pseudofs/pseudofs.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/fs/pseudofs/pseudofs.h
==============================================================================
--- stable/11/sys/fs/pseudofs/pseudofs.h Sun Oct 29 14:26:37 2017 (r325103)
+++ stable/11/sys/fs/pseudofs/pseudofs.h Sun Oct 29 14:57:58 2017 (r325104)
@@ -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-stable
mailing list