X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fsysdep.c;fp=citadel%2Fsysdep.c;h=d7872aebe7e0494ed765e2aaaa40d6da0bc034dd;hp=42323b163c9350a3048773c95827cef5caaf67b8;hb=7ae2110eee47cd1cce79ccb9ab1e64b8ab5472ac;hpb=ada8144bf852768101effe5657d13c36b1ed1f6f diff --git a/citadel/sysdep.c b/citadel/sysdep.c index 42323b163..d7872aebe 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -1092,7 +1092,7 @@ void checkcrash(void) */ int convert_login(char NameToConvert[]) { struct passwd *pw; - int a; + unsigned int a; pw = getpwnam(NameToConvert); if (pw == NULL) {