aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-02-03 08:10:50 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-02-03 08:10:50 +0000
commit62dae954621fb7cf055ccce05f77a64bb465b8f6 (patch)
tree912a7ade8357c554a87d170931e9fe385d0052ae
parent48249fe0c8fa01065bd10c670795af4db458846c (diff)
downloadsrc-62dae954621fb7cf055ccce05f77a64bb465b8f6.tar.gz
src-62dae954621fb7cf055ccce05f77a64bb465b8f6.zip
Add missing 'static'.
Notes
Notes: svn path=/head/; revision=110270
-rw-r--r--sys/dev/firewire/firewire.c4
1 files 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;