From 47574e1af2d0a72c7800bbe753b827502c8e7afb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 22 Feb 1996 21:27:02 +0000 Subject: [PATCH] now includes limits.h moved _PASSWD_LEN -> compat.h --- tgetpass.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 */ - /****************************************************************** * -- 2.40.0