Skip to content

Commit 781a1ae

Browse files
authored
Merge pull request #1537 from itayav17/mstflint_4_34_1_lts
mtcr | Fixing FBSD compiliation
2 parents 430c815 + ac02927 commit 781a1ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mtcr_freebsd/mtcr_ul.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2990,3 +2990,12 @@ int is_zombiefish_device(mfile* mf)
29902990
return 0;
29912991
}
29922992
}
2993+
2994+
void set_fwctl_dev(char* fwctl_dev, u_int16_t domain, u_int8_t bus, u_int8_t dev, u_int8_t func)
2995+
{
2996+
(void)fwctl_dev;
2997+
(void)domain;
2998+
(void)bus;
2999+
(void)dev;
3000+
(void)func;
3001+
}

0 commit comments

Comments
 (0)