]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2001-02-14 H.J. Lu <hjl@lucon.org> nfs-utils-0-3-1
authorhjl <hjl>
Thu, 15 Feb 2001 01:03:04 +0000 (01:03 +0000)
committerhjl <hjl>
Thu, 15 Feb 2001 01:03:04 +0000 (01:03 +0000)
* utils/statd/rmtcall.c: Include <time.h>.
* utils/statd/svc_run.c: Likewise.

ChangeLog
utils/statd/rmtcall.c
utils/statd/svc_run.c

index d009a357344acb13bbdbe4b058d89072cfb430eb..4d8131ad1ed04e0fe03d44eb7a6966da9e9932fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-14  H.J. Lu <hjl@lucon.org>
+
+       * utils/statd/rmtcall.c: Include <time.h>.
+       * utils/statd/svc_run.c: Likewise.
+
 2001-02-14  H.J. Lu <hjl@lucon.org>
 
        * configure.in (VERSION): Set to "0.3.1".
index 3d9e7cc01ea9858dbd6d21014591506d0d3d7440..b70e5bb701e829a391ff6fda47abd10239fab4cb 100644 (file)
@@ -30,6 +30,7 @@
 #include <rpc/rpc.h>
 #include <rpc/pmap_prot.h>
 #include <rpc/pmap_rmt.h>
+#include <time.h>
 #include <netdb.h>
 #include <string.h>
 #include <unistd.h>
index 8f6d9feb071b3d5b8d0eef427e54dc728c2c2b14..0adbbbeddeed5159ca5c4e6821e04e0686d45460 100644 (file)
@@ -49,6 +49,7 @@
  */
 #include "config.h"
 #include <errno.h>
+#include <time.h>
 #include "statd.h"
 #include "notlist.h"