From: Mark Andrews Date: Tue, 3 Jun 2003 06:40:22 +0000 (+0000) Subject: 1471. [bug] libbind: updated to BIND 8.4.0. X-Git-Tag: v9.3.4^3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90df33887f9b68b898a6d388a0ad2807ff9a4bbb;p=thirdparty%2Fbind9.git 1471. [bug] libbind: updated to BIND 8.4.0. --- diff --git a/lib/bind/port_after.h.in b/lib/bind/port_after.h.in index 547fb7eac99..9095982ec8f 100644 --- a/lib/bind/port_after.h.in +++ b/lib/bind/port_after.h.in @@ -369,12 +369,20 @@ int getnetgrent(char **machinep, char **userp, char **domainp); int getnetgrent_r(char **machinep, char **userp, char **domainp, NGR_R_ARGS); +#ifdef SETNETGRENT_ARGS +void setnetgrent(SETNETGRENT_ARGS); +#else void setnetgrent(const char *netgroup); +#endif void endnetgrent(void); +#ifdef INNETGR_ARGS +int innetgr(INNETGR_ARGS); +#else int innetgr(const char *netgroup, const char *machine, const char *user, const char *domain); +#endif #ifdef NGR_R_ENT_ARGS NGR_R_SET_RETURN