LDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO

This commit is contained in:
Kurt Zeilenga 1998-08-09 02:48:03 +00:00
parent 92f7e6c3c8
commit 8893be2975
2 changed files with 4 additions and 4 deletions

View File

@ -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 ** );

View File

@ -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.