aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
commit9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0 (patch)
treef95b05e98838fe53bf685481f66b7b598aa237df /sys/netatalk
parente7414d1bfa2efed149b0717112ff4c43d7999c4b (diff)
downloadsrc-9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0.tar.gz
src-9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0.zip
Staticize.
Notes
Notes: svn path=/head/; revision=41362
Diffstat (limited to 'sys/netatalk')
-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 556c1c221b26..cc49d7f196c7 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;