aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zfs_ioctl_compat.c
diff options
context:
space:
mode:
authorBrooks Davis <[email protected]>2023-11-17 14:02:09 -0800
committerGitHub <[email protected]>2023-11-17 14:02:09 -0800
commitcd67bc0ae470776b8bb6949a689822c4b9acbe35 (patch)
treea7a5aceb2604f9ec84c30b6c4f32278d4b774ce4 /module/os/freebsd/zfs/zfs_ioctl_compat.c
parent5a3bffab10799c832292366cbe018c01c031ddff (diff)
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 <[email protected]> Signed-off-by: Brooks Davis <[email protected]> Closes #15527
Diffstat (limited to 'module/os/freebsd/zfs/zfs_ioctl_compat.c')
-rw-r--r--module/os/freebsd/zfs/zfs_ioctl_compat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/os/freebsd/zfs/zfs_ioctl_compat.c b/module/os/freebsd/zfs/zfs_ioctl_compat.c
index 3ddffec91..4a7beb650 100644
--- a/module/os/freebsd/zfs/zfs_ioctl_compat.c
+++ b/module/os/freebsd/zfs/zfs_ioctl_compat.c
@@ -25,9 +25,6 @@
*
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/conf.h>