X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=auth%2Fpasswd.c;h=ffd12e33ed1ecfd1a94aa6bf1b65bbc1f433b6f0;hb=a922b9e5432b28b092428393180b1a2c2569f708;hp=cb08dd55640ee1edb52372a87fd18b1fcd83b867;hpb=8aec67fefda022f0a0c3fb8800e75cfe6e51b690;p=debian%2Fsudo diff --git a/auth/passwd.c b/auth/passwd.c index cb08dd5..ffd12e3 100644 --- a/auth/passwd.c +++ b/auth/passwd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2002 Todd C. Miller + * Copyright (c) 1999-2005 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#include "config.h" +#include #include #include @@ -47,7 +47,7 @@ #include "sudo_auth.h" #ifndef lint -static const char rcsid[] = "$Sudo: passwd.c,v 1.14 2004/02/13 21:36:47 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: passwd.c,v 1.14.2.2 2007/06/12 01:28:42 millert Exp $"; #endif /* lint */ #define DESLEN 13