From: Todd C. Miller Date: Thu, 22 Feb 1996 21:27:02 +0000 (+0000) Subject: now includes limits.h X-Git-Tag: SUDO_1_5_0~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47574e1af2d0a72c7800bbe753b827502c8e7afb;p=sudo now includes limits.h moved _PASSWD_LEN -> compat.h --- diff --git a/tgetpass.c b/tgetpass.c index 053bca6c4..437f43e33 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -42,6 +42,7 @@ static char rcsid[] = "$Id$"; #ifdef HAVE_STRINGS_H #include #endif /* HAVE_STRINGS_H */ +#include #include #include #ifdef HAVE_SYS_BSDTYPES_H @@ -67,14 +68,6 @@ static char rcsid[] = "$Id$"; #include #include "compat.h" -#ifndef _PASSWD_LEN -# ifdef HAVE_C2_SECURITY -# define _PASSWD_LEN 24 -# else -# define _PASSWD_LEN 8 -# endif /* HAVE_C2_SECURITY */ -#endif /* _PASSWD_LEN */ - /****************************************************************** *