fix: incorrect field sizes in std.os.linux.ifmap

This commit is contained in:
Wes Koerber
2024-05-19 20:53:36 -04:00
committed by Veikka Tuominen
parent 6a65561e3e
commit 4239a0d9c3

View File

@@ -5918,8 +5918,8 @@ pub const SIOCGIFINDEX = 0x8933;
pub const IFNAMESIZE = 16;
pub const ifmap = extern struct {
mem_start: u32,
mem_end: u32,
mem_start: usize,
mem_end: usize,
base_addr: u16,
irq: u8,
dma: u8,