]> andersk Git - moira.git/blobdiff - clients/moira/namespace.c
Build without krb4 if it's unavailable.
[moira.git] / clients / moira / namespace.c
index 6020d8fecdc442f888b5933ff704e5b2cecab1ec..ad6e748de1e082119de1341268081ca1b89cdfb1 100644 (file)
@@ -23,8 +23,6 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <krb.h>
-
 RCSID("$Header$");
 
 static void ErrorExit(char *buf, int status);
@@ -176,7 +174,6 @@ int main(int argc, char **argv)
   int status;
   Menu *menu;
   char *motd, **arg;
-  char pname[ANAME_SZ];
   struct sigaction act;
 
   if (!(program_name = strrchr(argv[0], '/')))
This page took 0.284814 seconds and 4 git commands to generate.