]> git.sur5r.net Git - openldap/commitdiff
LDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO
authorKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 02:48:03 +0000 (02:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 02:48:03 +0000 (02:48 +0000)
servers/slurpd/re.c
servers/slurpd/rq.c

index 28d1d09b58832841a0ee00723392bdc6842ebf49..18043d98f8ace277efb6e44eaeae2e3c3989ea7c 100644 (file)
@@ -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 ** );
index 2745d4fe782ecd7e34d5feb93fa81494709a9e5e..ef94cfa935726a4a5fd271ebf7214a9842476229 100644 (file)
@@ -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.