Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
8893be29
Commit
8893be29
authored
Aug 09, 1998
by
Kurt Zeilenga
Browse files
LDAPworld P7: SLURPD compile problems with SYSERRLIST_IN_STDIO
parent
92f7e6c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slurpd/re.c
View file @
8893be29
...
...
@@ -31,9 +31,9 @@
extern
char
*
str_getline
(
char
**
next
);
extern
void
ch_free
(
char
*
p
);
#if
!(defined(BSD) && (BSD >= 199306))
#if
ndef SYSERRLIST_IN_STDIO
extern
char
*
sys_errlist
[];
#endif
#endif
/* SYSERRLIST_IN_STDIO
/* Forward references */
static
Rh
*
get_repl_hosts
(
char
*
,
int
*
,
char
**
);
...
...
servers/slurpd/rq.c
View file @
8893be29
...
...
@@ -44,9 +44,9 @@ extern void Re_dump( Re *re );
extern
void
Re_dump
();
#endif
/* NEEDPROTOS */
#if
!(defined(BSD) && (BSD >= 199306))
#if
ndef SYSERRLIST_IN_STDIO
extern
char
*
sys_errlist
[];
#endif
#endif
/* SYSERRLIST_IN_STDIO
/*
* Lock the replication queue.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment