Whamcloud - gitweb
LU-11071 build: add files to .gitignore
[fs/lustre-release.git] / lustre / utils / gss / gssd.h
index 9f0a191..b66fdf9 100644 (file)
@@ -64,11 +64,11 @@ enum {AUTHTYPE_KRB5, AUTHTYPE_SPKM3, AUTHTYPE_LIPKEY};
 
 
 
-extern char                    pipefs_dir[PATH_MAX];
-extern char                    keytabfile[PATH_MAX];
-extern char                    ccachedir[PATH_MAX];
-extern char                    gethostname_ex[PATH_MAX];
-extern int                     use_memcache;
+extern char *pipefs_dir;
+extern char *keytabfile;
+extern char *ccachedir;
+extern char gethostname_ex[PATH_MAX];
+extern int use_memcache;
 
 TAILQ_HEAD(clnt_list_head, clnt_info) clnt_list;