Fix so that amd can build with hesiod support.

Submitted by:	Kevin Van Maren <vanmaren@marker.cs.utah.edu>
This commit is contained in:
Doug Rabson 1997-04-29 08:43:52 +00:00
parent f7411a35d2
commit 4b15c06830
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25274
2 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ CFLAGS+=-DOS_REP=\"${OS}\"
CFLAGS+=-DOS_HDR=\"os-${OS}.h\"
CFLAGS+=${CONFIG}
CFLAGS+=-D_NEW_VFSCONF
LDADD= ${XLIBDIR} ${RESOLV}
CLEANFILES+=vers.${PROG}.c vers.${PROG}.o version.amd
CLEANFILES+=mount.h mount_xdr.c nfs_prot.h nfs_prot_xdr.c nfs_prot_svc.c
RPCCOM = rpcgen

View File

@ -37,7 +37,7 @@
*
* @(#)info_hes.c 8.1 (Berkeley) 6/6/93
*
* $Id$
* $Id: info_hes.c,v 1.4 1997/02/22 16:01:31 peter Exp $
*
*/
@ -107,7 +107,7 @@ time_t *tp;
* Do a Hesiod nameserver call.
* Modify time is ignored by Hesiod - XXX
*/
int hesiod_search P((mnt_map *m, char *map, char **pval, time_t *tp));
int hesiod_search P((mnt_map *m, char *map, char *key, char **pval, time_t *tp));
int hesiod_search(m, map, key, pval, tp)
mnt_map *m;
char *map;