summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2013-05-07 11:51:03 -0400
committerSteve Dickson <steved@redhat.com>2013-05-07 11:51:03 -0400
commit72bf5b15946db37a6663c93bb9c9dadcdb996f18 (patch)
tree0dba1ffb535dd5988d0f9dcce1f21391009207e7
parent23d3980b6cfea4e9056d9b7b81e48b4fefc645e0 (diff)
downloadnfs-utils-72bf5b15946db37a6663c93bb9c9dadcdb996f18.tar.gz
nfs-utils-72bf5b15946db37a6663c93bb9c9dadcdb996f18.tar.xz
nfs-utils-72bf5b15946db37a6663c93bb9c9dadcdb996f18.zip
gssd: Remove unnecessary including of ctype.h
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/gssd/gssd_proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c
index af1844c..6cd4276 100644
--- a/utils/gssd/gssd_proc.c
+++ b/utils/gssd/gssd_proc.c
@@ -67,7 +67,6 @@
#include <errno.h>
#include <gssapi/gssapi.h>
#include <netdb.h>
-#include <ctype.h>
#include "gssd.h"
#include "err_util.h"