From 62dae954621fb7cf055ccce05f77a64bb465b8f6 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Mon, 3 Feb 2003 08:10:50 +0000 Subject: Add missing 'static'. --- sys/dev/firewire/firewire.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index 60cc4873ee50..6b509c049f1b 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -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; -- cgit v1.2.3