remove getstr
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1660 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -189,10 +189,6 @@ char* getcwd(char *path, size_t size);
|
||||
int getent(char *cp, char *name);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETSTR
|
||||
char *getstr(char *id, char **cpp);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
struct passwd *k_getpwnam (char *user);
|
||||
|
@@ -189,10 +189,6 @@ char* getcwd(char *path, size_t size);
|
||||
int getent(char *cp, char *name);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETSTR
|
||||
char *getstr(char *id, char **cpp);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
struct passwd *k_getpwnam (char *user);
|
||||
|
Reference in New Issue
Block a user