mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
LDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO
This commit is contained in:
parent
92f7e6c3c8
commit
8893be2975
@ -31,9 +31,9 @@
|
|||||||
extern char *str_getline( char **next );
|
extern char *str_getline( char **next );
|
||||||
extern void ch_free( char *p );
|
extern void ch_free( char *p );
|
||||||
|
|
||||||
#if !(defined(BSD) && (BSD >= 199306))
|
#ifndef SYSERRLIST_IN_STDIO
|
||||||
extern char *sys_errlist[];
|
extern char *sys_errlist[];
|
||||||
#endif
|
#endif /* SYSERRLIST_IN_STDIO
|
||||||
|
|
||||||
/* Forward references */
|
/* Forward references */
|
||||||
static Rh *get_repl_hosts( char *, int *, char ** );
|
static Rh *get_repl_hosts( char *, int *, char ** );
|
||||||
|
@ -44,9 +44,9 @@ extern void Re_dump( Re *re );
|
|||||||
extern void Re_dump();
|
extern void Re_dump();
|
||||||
#endif /* NEEDPROTOS */
|
#endif /* NEEDPROTOS */
|
||||||
|
|
||||||
#if !(defined(BSD) && (BSD >= 199306))
|
#ifndef SYSERRLIST_IN_STDIO
|
||||||
extern char *sys_errlist[];
|
extern char *sys_errlist[];
|
||||||
#endif
|
#endif /* SYSERRLIST_IN_STDIO
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Lock the replication queue.
|
* Lock the replication queue.
|
||||||
|
Loading…
Reference in New Issue
Block a user