From 77fb54ff2baf731d1431e0a9f187e4aacf52b2f7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 20 Oct 2012 13:55:30 +0100 Subject: [PATCH] linux.c: Mark `get_default_gw' as static. Nothing outside needs to know about it any more. --- linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.c b/linux.c index 4954cf9..b0db5f1 100644 --- a/linux.c +++ b/linux.c @@ -78,7 +78,7 @@ ADDRTYPES(DEFOPSYS) /*----- Main code ---------------------------------------------------------*/ -int get_default_gw(int af, union addr *a) +static int get_default_gw(int af, union addr *a) { int fd; char buf[32768]; -- 2.11.0