aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-12-12 15:14:37 +0100
committerBrian Behlendorf <[email protected]>2021-12-23 09:42:47 -0800
commit7fe47a2386845ab4de05ee35b679a1fd30f765ea (patch)
treea2da7891171ae305aee779203df2fbdb1bb4c909 /lib
parentc2f94afa0ef3381678e1cca81da196df8acdf370 (diff)
libefi: efi_type: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12844
Diffstat (limited to 'lib')
-rw-r--r--lib/libefi/rdwr_efi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libefi/rdwr_efi.c b/lib/libefi/rdwr_efi.c
index fd243e230..6acfdc5e1 100644
--- a/lib/libefi/rdwr_efi.c
+++ b/lib/libefi/rdwr_efi.c
@@ -1564,6 +1564,7 @@ efi_type(int fd)
}
return (0);
#else
+ (void) fd;
return (ENOSYS);
#endif
}