Skip to content

Commit b79d8fc

Browse files
committed
freebsd: Fix ioctl_readwrite compilation
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 3d4b856 commit b79d8fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework_lib/src/esrt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ pub fn get_esrt() -> Option<Esrt> {
341341

342342
#[cfg(target_os = "freebsd")]
343343
#[repr(C)]
344-
struct EfiGetTableIoc {
344+
pub struct EfiGetTableIoc {
345345
buf: *mut u8,
346346
uuid: [u8; 16],
347347
table_len: usize,

0 commit comments

Comments
 (0)