diff options
author | hjl <hjl> | 2000-07-05 00:16:57 +0000 |
---|---|---|
committer | hjl <hjl> | 2000-07-05 00:16:57 +0000 |
commit | 311607be93bc843e5d170b3e56b7d9d2587b3e1e (patch) | |
tree | bd932223ded6a2273a3c503b48ca69042542017e /utils/statd/log.c | |
parent | f45e7bc2b0c449bc1fb28576806db1d7aa6517b6 (diff) | |
download | nfs-utils-311607be93bc843e5d170b3e56b7d9d2587b3e1e.tar.gz nfs-utils-311607be93bc843e5d170b3e56b7d9d2587b3e1e.tar.xz nfs-utils-311607be93bc843e5d170b3e56b7d9d2587b3e1e.zip |
2000-07-04 H.J. Lu <hjl@lucon.org>
* utils/statd/log.c: Include <stdlib.h> for exit ().
* utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
gcc warning.
Diffstat (limited to 'utils/statd/log.c')
-rw-r--r-- | utils/statd/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/statd/log.c b/utils/statd/log.c index cf903af..bf66547 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -16,6 +16,7 @@ #include <syslog.h> #include <unistd.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <stdarg.h> #include <time.h> |