X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/blobdiff_plain/a20696ca1a330c7dc11424dd65a4dd13db4f19af..0d970415735e43b9bcedbdb79980e9dff162f2fa:/ident.c diff --git a/ident.c b/ident.c index ae3cf13..91c03aa 100644 --- a/ident.c +++ b/ident.c @@ -85,7 +85,7 @@ static int sockeq(const struct addrfamily *af, const struct socket *sa, const struct socket *sb) { return (af->addreq(&sa->addr, &sb->addr) && sa->port == sb->port); } -int get_default_gw(int af, union addr *a) +static int get_default_gw(int af, union addr *a) { int fd; char buf[32768];