Remap "_res" to "bind_res" to fix link warnings on ELF systems.
This commit is contained in:
parent
15c0ebc780
commit
850b3263ac
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: namespace.h,v 1.2 1999/03/09 13:23:08 mrg Exp $
|
/* $NetBSD: namespace.h,v 1.3 1999/07/20 08:59:15 tron Exp $
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||||
@ -64,5 +64,6 @@
|
|||||||
#define res_querydomain bind_res_querydomain
|
#define res_querydomain bind_res_querydomain
|
||||||
#define res_query bind_res_query
|
#define res_query bind_res_query
|
||||||
#define res_search bind_res_search
|
#define res_search bind_res_search
|
||||||
|
#define _res bind_res
|
||||||
|
|
||||||
#endif /* _NAMESPACE_H_ */
|
#endif /* _NAMESPACE_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user