uss/uss_vol.c : all Format issues
uss/uss_kauth.c : all : Des keys, ubik_Call
uss/lex.yy.c : all : Unused symbols
-viced/afsfileprocs.c : all (tviced) : implicit definiton of hpr_*
viced/fsprobe.c : all : ubik_Call
vlserver/vlserver.c : all : GetExtendedCellInfo
vol/salvager.c : all : consts & undefined variable from header
#ifdef AFS_AFSDB_ENV
#include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
#include <resolv.h>
#endif /* AFS_AFSDB_ENV */
#define vfs_vnodecovered mnt_vnodecovered
#define direct dirent
-#define BIND_8_COMPAT
#endif
#endif /* AFS_PARAM_H */
#define CMSERVERPREF
#endif
-#define BIND_8_COMPAT
#endif /* AFS_PARAM_H */
#endif /* !defined(UKERNEL) */
all: fileserver state_analyzer
rx_pthread.o: ${RX}/rx_pthread.c
- ${CCRULE} @CFLAGS_NOERROR@ -DDPF_FSLOG
+ ${CCRULE} -DDPF_FSLOG
viced.o: ${VICED}/viced.c
${CCRULE}
afsfileprocs.o: ${VICED}/afsfileprocs.c
- ${CCRULE} @CFLAGS_NOERROR@
+ ${CCRULE}
host.o: ${VICED}/host.c
${CCRULE}
extern int initInterfaceAddr_r(struct host *host, struct interfaceAddr *interf);
extern int addInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port);
extern int removeInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port);
+extern afs_int32 hpr_Initialize(struct ubik_client **);
+extern int hpr_End(struct ubik_client *);
#ifdef AFS_DEMAND_ATTACH_FS