diff options
Diffstat (limited to 'lib/geom/concat')
-rw-r--r-- | lib/geom/concat/Makefile | 2 | ||||
-rw-r--r-- | lib/geom/concat/gconcat.8 | 3 | ||||
-rw-r--r-- | lib/geom/concat/geom_concat.c | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/lib/geom/concat/Makefile b/lib/geom/concat/Makefile index f8801db9c61c..c9f9d0e38c75 100644 --- a/lib/geom/concat/Makefile +++ b/lib/geom/concat/Makefile @@ -1,6 +1,4 @@ - PACKAGE=geom -.PATH: ${.CURDIR:H:H}/misc GEOM_CLASS= concat diff --git a/lib/geom/concat/gconcat.8 b/lib/geom/concat/gconcat.8 index 55c05b469d4a..165f809ffba8 100644 --- a/lib/geom/concat/gconcat.8 +++ b/lib/geom/concat/gconcat.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 14, 2021 +.Dd January 23, 2025 .Dt GCONCAT 8 .Os .Sh NAME @@ -216,7 +216,6 @@ growfs /dev/concat/data .Xr loader.conf 5 , .Xr geom 8 , .Xr growfs 8 , -.Xr gvinum 8 , .Xr mount 8 , .Xr newfs 8 , .Xr sysctl 8 , diff --git a/lib/geom/concat/geom_concat.c b/lib/geom/concat/geom_concat.c index df05b0994d79..424f60ce0179 100644 --- a/lib/geom/concat/geom_concat.c +++ b/lib/geom/concat/geom_concat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <errno.h> #include <paths.h> |