Remap "_res" to "bind_res" to fix link warnings on ELF systems.

This commit is contained in:
tron 1999-07-20 08:59:15 +00:00
parent 15c0ebc780
commit 850b3263ac

View File

@ -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.
@ -64,5 +64,6 @@
#define res_querydomain bind_res_querydomain
#define res_query bind_res_query
#define res_search bind_res_search
#define _res bind_res
#endif /* _NAMESPACE_H_ */