diff options
author | Brooks Davis <[email protected]> | 2023-11-17 14:02:09 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-17 14:02:09 -0800 |
commit | cd67bc0ae470776b8bb6949a689822c4b9acbe35 (patch) | |
tree | a7a5aceb2604f9ec84c30b6c4f32278d4b774ce4 /lib/libzfs/os | |
parent | 5a3bffab10799c832292366cbe018c01c031ddff (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 'lib/libzfs/os')
-rw-r--r-- | lib/libzfs/os/freebsd/libzfs_zmount.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/mount.h> #include <sys/uio.h> |