From c221c5094439136f46f34e398f2908ca9b5bfb1d Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 13 Sep 2015 21:36:08 +0000 Subject: Wrap and so that calls go direct and the symbols without underbar prefix are all weak --- src/lib/libc/net/inet_network.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/net/inet_network.c') diff --git a/src/lib/libc/net/inet_network.c b/src/lib/libc/net/inet_network.c index ecf554e4f9..ef8f21b280 100644 --- a/src/lib/libc/net/inet_network.c +++ b/src/lib/libc/net/inet_network.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet_network.c,v 1.11 2013/11/25 17:29:19 deraadt Exp $ */ +/* $OpenBSD: inet_network.c,v 1.12 2015/09/13 21:36:08 guenther Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -82,3 +82,4 @@ again: } return (val); } +DEF_WEAK(inet_network); -- cgit v1.2.3-55-g6feb