--- ansh/src/anshd.c 2011/10/04 22:37:46 1.1.1.1 +++ ansh/src/anshd.c 2011/10/07 13:41:26 1.1.1.1.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: anshd.c,v 1.1.1.1 2011/10/04 22:37:46 misho Exp $ + * $Id: anshd.c,v 1.1.1.1.2.1 2011/10/07 13:41:26 misho Exp $ * *************************************************************************/ #include "global.h" @@ -12,7 +12,8 @@ intptr_t Kill; -int bpfLEN, Verbose, Crypted = 1; +int bpfLEN, Verbose; +u_int Crypted = 1; proc_head_t pH; int Daemon = 1;