summaryrefslogtreecommitdiffstats
path: root/utils/svcgssd/svcgssd.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/svcgssd/svcgssd.c')
-rw-r--r--utils/svcgssd/svcgssd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/svcgssd/svcgssd.c b/utils/svcgssd/svcgssd.c
index 3059253..4e0806c 100644
--- a/utils/svcgssd/svcgssd.c
+++ b/utils/svcgssd/svcgssd.c
@@ -54,6 +54,7 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include "nfslib.h"
#include "svcgssd.h"
#include "gss_util.h"
#include "err_util.h"
@@ -69,7 +70,7 @@ int pipefds[2] = { -1, -1};
static void
mydaemon(int nochdir, int noclose)
{
- int pid, status, tempfd, fdmax, filedes;
+ int pid, status, tempfd;
if (pipe(pipefds) < 0) {
printerr(1, "mydaemon: pipe() failed: errno %d (%s)\n",