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
orbea -
OpenLDAP
Commits
cf1d3904
Commit
cf1d3904
authored
Aug 15, 1998
by
Kurt Zeilenga
Browse files
fix SIGUNUSED typo
parent
b58c782e
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
cf1d3904
...
...
@@ -144,7 +144,7 @@ slapd_daemon(
#else
(
void
)
SIGNAL
(
SIGUSR1
,
(
void
*
)
do_nothing
);
#endif
#ifdef SIG
STKFLT
#ifdef SIG
UNUSED
(
void
)
SIGNAL
(
SIGUNUSED
,
(
void
*
)
set_shutdown
);
#else
(
void
)
SIGNAL
(
SIGUSR2
,
(
void
*
)
set_shutdown
);
...
...
Write
Preview
Markdown
is supported
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