From cd67bc0ae470776b8bb6949a689822c4b9acbe35 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 17 Nov 2023 14:02:09 -0800 Subject: freebsd: remove __FBSDID macro use With FreeBSD's switch to git the $FreeBSD$ string is no longer expanded and they have mostly been removed upstream. Stop using __FBSDID and remove the no-longer needed sys/cdefs.h includes. Reviewed-by: Alexander Motin Signed-off-by: Brooks Davis Closes #15527 --- lib/libzfs/os/freebsd/libzfs_zmount.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libzfs/os') diff --git a/lib/libzfs/os/freebsd/libzfs_zmount.c b/lib/libzfs/os/freebsd/libzfs_zmount.c index 34976f7bb..3c50daf47 100644 --- a/lib/libzfs/os/freebsd/libzfs_zmount.c +++ b/lib/libzfs/os/freebsd/libzfs_zmount.c @@ -28,9 +28,6 @@ * This file implements Solaris compatible zmount() function. */ -#include -__FBSDID("$FreeBSD$"); - #include #include #include -- cgit v1.2.3