summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_rmx.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
committereivind <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
commit3cf3a6389ea31d2b7253bde48d67ca97a35f28ab (patch)
treef85eb015f64d97d6dd3fd97bd800aca17431043d /sys/netatalk/at_rmx.c
parent8fdbb5fce3dcffafe4407722bf38a7a0d32dee3b (diff)
downloadFreeBSD-src-3cf3a6389ea31d2b7253bde48d67ca97a35f28ab.zip
FreeBSD-src-3cf3a6389ea31d2b7253bde48d67ca97a35f28ab.tar.gz
Staticize.
Diffstat (limited to 'sys/netatalk/at_rmx.c')
-rw-r--r--sys/netatalk/at_rmx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatalk/at_rmx.c b/sys/netatalk/at_rmx.c
index 556c1c2..cc49d7f 100644
--- a/sys/netatalk/at_rmx.c
+++ b/sys/netatalk/at_rmx.c
@@ -39,7 +39,7 @@
static char hexbuf[256];
-char *
+static char *
prsockaddr(void *v)
{
char *bp = &hexbuf[0];
@@ -132,7 +132,7 @@ at_delroute(void *v_arg, void *netmask_arg, struct radix_node_head *head)
/*
* Initialize our routing tree with debugging hooks.
*/
-int
+static int
at_inithead(void **head, int off)
{
struct radix_node_head *rnh;
OpenPOWER on IntegriCloud