Skip to content
Snippets Groups Projects
Commit 8893be29 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

LDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO

parent 92f7e6c3
Branches
Tags
No related merge requests found
......@@ -31,9 +31,9 @@
extern char *str_getline( char **next );
extern void ch_free( char *p );
#if !(defined(BSD) && (BSD >= 199306))
#ifndef SYSERRLIST_IN_STDIO
extern char *sys_errlist[];
#endif
#endif /* SYSERRLIST_IN_STDIO
/* Forward references */
static Rh *get_repl_hosts( char *, int *, char ** );
......
......@@ -44,9 +44,9 @@ extern void Re_dump( Re *re );
extern void Re_dump();
#endif /* NEEDPROTOS */
#if !(defined(BSD) && (BSD >= 199306))
#ifndef SYSERRLIST_IN_STDIO
extern char *sys_errlist[];
#endif
#endif /* SYSERRLIST_IN_STDIO
/*
* Lock the replication queue.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment