From d3ea08da799fa6eedb2b4e55d0880b315221574b Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 16 Oct 2002 09:19:17 +0000 Subject: [PATCH] Be consistent about functions being static. Spotted by: FlexeLint. --- sys/netnatm/natm_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netnatm/natm_proto.c b/sys/netnatm/natm_proto.c index c3612c01fbd6..610602671be5 100644 --- a/sys/netnatm/natm_proto.c +++ b/sys/netnatm/natm_proto.c @@ -115,7 +115,7 @@ u_int natm_sookbytes = 0; /* # of bytes ok */ #endif -void natm_init() +static void natm_init() { LIST_INIT(&natm_pcbs);