From: Mark Wooding Date: Sat, 20 Oct 2012 12:55:30 +0000 (+0100) Subject: linux.c: Mark `get_default_gw' as static. X-Git-Tag: 1.0.0~13 X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/commitdiff_plain/77fb54ff2baf731d1431e0a9f187e4aacf52b2f7 linux.c: Mark `get_default_gw' as static. Nothing outside needs to know about it any more. --- 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];