mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing 'static'.
This commit is contained in:
parent
48249fe0c8
commit
62dae95462
1 changed files with 2 additions and 2 deletions
|
|
@ -1888,7 +1888,7 @@ error:
|
|||
/*
|
||||
* To candidate Bus Manager election process.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
fw_try_bmr(void *arg)
|
||||
{
|
||||
struct fw_xfer *xfer;
|
||||
|
|
@ -2031,7 +2031,7 @@ fw_crc16(u_int32_t *ptr, u_int32_t len){
|
|||
return((u_int16_t) crc);
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
fw_bmr(struct firewire_comm *fc)
|
||||
{
|
||||
struct fw_device fwdev;
|
||||
|
|
|
|||
Loading…
Reference in a new issue