Add missing 'static'.

This commit is contained in:
Hidetoshi Shimokawa 2003-02-03 08:10:50 +00:00
parent 48249fe0c8
commit 62dae95462
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110270

View File

@ -1888,7 +1888,7 @@ fw_try_bmr_callback(struct fw_xfer *xfer)
/*
* 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;