diff options
author | hjl <hjl> | 2001-02-15 01:03:04 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-02-15 01:03:04 +0000 |
commit | 2b564ceca4764b9191b7a5f15808d42ebb26f537 (patch) | |
tree | 25d711ed83d68b0f0f08d4da5b25613e6336fdb0 | |
parent | 8a9b9a9ad0c01540144ceb33742276eea0c40aff (diff) | |
download | nfs-utils-2b564ceca4764b9191b7a5f15808d42ebb26f537.tar.gz nfs-utils-2b564ceca4764b9191b7a5f15808d42ebb26f537.tar.xz nfs-utils-2b564ceca4764b9191b7a5f15808d42ebb26f537.zip |
2001-02-14 H.J. Lu <hjl@lucon.org>
* utils/statd/rmtcall.c: Include <time.h>.
* utils/statd/svc_run.c: Likewise.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | utils/statd/rmtcall.c | 1 | ||||
-rw-r--r-- | utils/statd/svc_run.c | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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". * configure: Regenerated. * nfs-utils.spec: Likewise. diff --git a/utils/statd/rmtcall.c b/utils/statd/rmtcall.c index 3d9e7cc..b70e5bb 100644 --- a/utils/statd/rmtcall.c +++ b/utils/statd/rmtcall.c @@ -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> diff --git a/utils/statd/svc_run.c b/utils/statd/svc_run.c index 8f6d9fe..0adbbbe 100644 --- a/utils/statd/svc_run.c +++ b/utils/statd/svc_run.c @@ -49,6 +49,7 @@ */ #include "config.h" #include <errno.h> +#include <time.h> #include "statd.h" #include "notlist.h" |