diff options
| author | hjl <hjl> | 2002-09-13 03:38:11 +0000 |
|---|---|---|
| committer | hjl <hjl> | 2002-09-13 03:38:11 +0000 |
| commit | 475135e4bb90212385f19c8aac8b39bd123f0a2f (patch) | |
| tree | fdc6e6e7135f66f118cd851034926af3c9af4598 /support/include | |
| parent | 259185400a65f2fc0c304b42aae6dde1dddd4baa (diff) | |
| download | nfs-utils-475135e4bb90212385f19c8aac8b39bd123f0a2f.tar.gz nfs-utils-475135e4bb90212385f19c8aac8b39bd123f0a2f.tar.xz nfs-utils-475135e4bb90212385f19c8aac8b39bd123f0a2f.zip | |
2002-09-12 H.J. Lu <hjl@lucon.org>
* configure.in: Remove checking svctcp_socket and svcudp_socket.
* configure: Regenerated.
* support/include/config.h.in (HAVE_SVCTCP_SOCKET): Removed.
(HAVE_SVCUDP_SOCKET): Removed.
* support/include/nfslib.h: Undo the last change.
Diffstat (limited to 'support/include')
| -rw-r--r-- | support/include/config.h.in | 8 | ||||
| -rw-r--r-- | support/include/nfslib.h | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/support/include/config.h.in b/support/include/config.h.in index 6d12cc6..f8c1497 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -9,14 +9,6 @@ */ #undef HAVE_INNETGR -/* Define this if you have svctcp_socket - */ -#undef HAVE_SVCTCP_SOCKET - -/* Define this if you have svcudp_socket - */ -#undef HAVE_SVCUDP_SOCKET - /* Define this if you want NFSv3 support compiled in */ #undef NFS3_SUPPORTED diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 82335fc..95c3fe7 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -125,11 +125,7 @@ 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 +int svctcp_socket (u_long __number, int __reuse); +int svcudp_socket (u_long __number, int __reuse); #endif /* NFSLIB_H */ |
