x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "protos.h"
|
||||
|
||||
#ifndef HAVE_PUTENV
|
||||
int putenv(const char *string);
|
||||
#endif
|
||||
|
@@ -8,6 +8,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "protos.h"
|
||||
|
||||
#ifndef HAVE_PUTENV
|
||||
int putenv(const char *string);
|
||||
#endif
|
||||
|
@@ -13,10 +13,6 @@ RCSID("$Id$");
|
||||
#endif
|
||||
#include "roken.h"
|
||||
|
||||
#if defined(__ultrix) || defined(sun)
|
||||
char *crypt(const char*, const char*);
|
||||
#endif
|
||||
|
||||
int
|
||||
verify_unix_user(char *user, char *password)
|
||||
{
|
||||
|
Reference in New Issue
Block a user