summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl>2002-09-13 03:38:11 +0000
committerhjl <hjl>2002-09-13 03:38:11 +0000
commit475135e4bb90212385f19c8aac8b39bd123f0a2f (patch)
treefdc6e6e7135f66f118cd851034926af3c9af4598 /ChangeLog
parent259185400a65f2fc0c304b42aae6dde1dddd4baa (diff)
downloadnfs-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 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00fc995..f7a5c5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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.
+
+2002-09-12 H.J. Lu <hjl@lucon.org>
+
* support/include/nfslib.h (svctcp_socket): Protect it with
HAVE_SVCTCP_SOCKET.
(svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.