1999-11-26  Andreas Jaeger  <aj@suse.de>

	* inet/rcmd.c: Include stdlib for declaration of free.
	Declare iruserok.
This commit is contained in:
Ulrich Drepper 1999-11-26 17:57:03 +00:00
parent 4a4229213a
commit c62603bfb1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-11-26 Andreas Jaeger <aj@suse.de>
* inet/rcmd.c: Include stdlib for declaration of free.
Declare iruserok.
1999-11-25 Ulrich Drepper <drepper@cygnus.com>
* iconv/gconv.c (__gconv): Always initialize

View File

@ -50,11 +50,13 @@ static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94";
#include <ctype.h>
#include <string.h>
#include <libintl.h>
#include <stdlib.h>
int __ivaliduser __P ((FILE *, u_int32_t, const char *, const char *));
static int __ivaliduser2 __P ((FILE *, u_int32_t, const char *, const char *,
const char *));
int iruserok (u_int32_t raddr, int superuser, const char *ruser, *luser);
int