On Mon, Jul 08, 2002 at 06:49:37PM -0600, Dantin wrote:
>      Question while compiling I get this error:
> 
> act_info.c: 2730: Implicit decleration of the word 'crypt'.
> 
>      Now that was annoying so I set about to remidy this situation. Here is
> the actual code:
> 
>     if (strcmp ((char *) crypt (arg1, ch->pcdata->pwd), ch->pcdata->pwd)) {
>         WAIT_STATE (ch, 40);
>         send_to_char ("{RWrong password.  Wait 10 seconds.{x\n\r", ch);
>         return;
>     }
> 
> This is found in the do_password function. What would I have to do in order
> to stop getting this Implicit Decleration? Thanks before hand.

There is a FAQ regarding these questions you know...
And a mailing-list archive...

Edwin

-- 
Edwin Groothuis      |           Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]    |        Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};:   |                    http://www.FatalDimensions.org/

Reply via email to