removed herror, strchr, and strrchr
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1739 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -172,10 +172,6 @@ char *hstrerror(int herr);
|
||||
extern int h_errno;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_HERROR
|
||||
void herror(char *s);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INET_ATON
|
||||
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
|
||||
int inet_aton(const char *cp, struct in_addr *adr);
|
||||
@@ -203,13 +199,6 @@ int seteuid(int euid);
|
||||
int setegid(int egid);
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_STRCHR) && defined(HAVE_INDEX)
|
||||
char *strchr(const char *s, int c);
|
||||
#endif
|
||||
#if !defined(HAVE_STRRCHR) && defined(HAVE_RINDEX)
|
||||
char *strrchr(const char *s, int c);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_LSTAT
|
||||
int lstat(const char *path, struct stat *buf);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user