aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netipsec/key_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipsec/key_debug.c b/sys/netipsec/key_debug.c
index d6fa0eebd3d6..3041d6368755 100644
--- a/sys/netipsec/key_debug.c
+++ b/sys/netipsec/key_debug.c
@@ -85,7 +85,7 @@ static void kdebug_sadb_x_natt(struct sadb_ext *);
/* NOTE: host byte order */
-const char*
+static const char*
kdebug_sadb_type(uint8_t type)
{
#define SADB_NAME(n) case SADB_ ## n: return (#n)
@@ -120,7 +120,7 @@ kdebug_sadb_type(uint8_t type)
#undef SADB_NAME
}
-const char*
+static const char*
kdebug_sadb_exttype(uint16_t type)
{
#define EXT_NAME(n) case SADB_EXT_ ## n: return (#n)