summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
Diffstat (limited to 'support/include')
-rw-r--r--support/include/nfslib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h
index b95c782..82335fc 100644
--- a/support/include/nfslib.h
+++ b/support/include/nfslib.h
@@ -125,7 +125,11 @@ struct nfs_fh_len * getfh_size(struct sockaddr *addr, const char *, int size);
/* lockd. */
int lockdsvc();
+#ifndef HAVE_SVCTCP_SOCKET
extern int svctcp_socket (u_long __number, int __reuse);
+#endif
+#ifndef HAVE_SVCUDP_SOCKET
extern int svcudp_socket (u_long __number, int __reuse);
+#endif
#endif /* NFSLIB_H */